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.