Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Stopping a MoveTo() Command?

Asked by 5 years ago

Hello, is there a way to stop the humanoid which was commanded to move to a certain position using the MoveTo() command?

For example, I made the humanoid go to the position Vector3.new(0, 0, 0), but after 3 seconds I want to make the humanoid stop obeying the command and stop moving to that position, but I don't want to paralyse the character.

0
simply MoveTo their current position User#19524 175 — 5y
0
I'll try. Btw why don't you post as an answer instead of a comment so we can get points for accepting your answer if it works? constructionmiller 44 — 5y
0
Because you can get downvotes like that, commenting can still get you upvotes and no downvotes greatneil80 2647 — 5y
0
(OT) True but they don’t count as “upvotes”, just the point value ABK2017 406 — 5y
0
If it can be answered in a single sentence or line of code then I tend to just answer it in comments, I don't personally know about others Vulkarin 581 — 5y

Answer this question