Magnitude is like, the distance between object A and object B. To run a script if someone is within 20 studs, you would do something along the lines of:
if (A.Position -
B.Position).magnitude <= 20 then
script.Disabled = false
end
Time is a tool you can put on a wall, or wear it on your rizd. |