|
| 28 May 2014 01:07 PM |
i made a script to move a humanoid to a part's position (MoveTo:(game.Workspace.crap.Position) and it moves but it doesnt go full to it i mean it stops before it has achieved the needed location its like it doesnt finish the walk it stops before finished
|
|
|
| Report Abuse |
|
|
|
| 28 May 2014 01:09 PM |
really?
troll
Workspace.WHAT?.Position
anyways
repeat wait(5) humanoid:MoveTo(position,part) until (humanoid.Parent.Torso.Position-position).magnitude<12 end |
|
|
| Report Abuse |
|
|
| |
|