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

Methods of controlling character movement?

Asked by
Zerio920 285 Moderation Voter
9 years ago

The Wiki says that Move and MoveTo can be used to control where a character moves. What are the strengths of each method? Are there any other ways to control where a character moves? Which is better?

1 answer

Log in to vote
0
Answered by 9 years ago

To make a Character move to a Vector3 Position with Animation you would do this:

Character.Humanoid:MoveTo(Vector3 Position)

But if the Player Jump's, or press's a key that makes them move it will break them from the auto-movement, so I recommend using the Pathfinding Service to do this.

Ad

Answer this question