10-05-2014, 03:27 AM
Oh this should also work btw:
local Pos1 = Player1:GetPosition():Floor() local Pos2 = Player2:GetPosition():Floor() if (Pos1 == Pos2) then -- Do stuff end