Hey, I wanted to ask how do I determine the amount of studs between two points (two players).
By the way, this is to make a range for teleport.
You can do this with the magnitude function.
Example:
local Magnitude = (Player1.Head.Position - Player2.Head.Position).Magnitude
1 Like