Get player coords with no decimals
#6
And anyway, what is it that you're trying to do? Wouldn't it be eaiser to check if the distance between the two positions, if it's below a threshold?
local Pos1 = Player1:GetPosition()
local Pos2 = Player2:GetPosition()
if ((Pos1 - Pos2):Length() < 1) then
  -- The positions are less than 1 block apart
end
Reply
Thanks given by:


Messages In This Thread
Get player coords with no decimals - by tonibm19 - 09-28-2014, 08:42 PM
RE: Get player coords with no decimals - by xoft - 09-28-2014, 09:39 PM
RE: Get player coords with no decimals - by xoft - 09-29-2014, 04:38 AM
RE: Get player coords with no decimals - by xoft - 09-29-2014, 04:19 PM
RE: Get player coords with no decimals - by xoft - 09-30-2014, 12:21 AM



Users browsing this thread: 1 Guest(s)