For using :MoveTo() with humanoids, if you move a player to a part then teleport the player away, the player keeps walking until the player presses 'W' manually. How can I fix it so the player stops walking automatically when teleported away? (For door opening cutscene purposes)
You can make it MoveTo() its current position, it will over write the current moveto and stop because it is already there.