I need to disable character movement, but I can't set Jump Power to 0 and walk speed to 0 because I need to use Humanoid.WalkToPosition to move the character.
This is a Local script.
game.Players.LocalPlayer.PlayerScripts.ControlScript.Disabled = true
Try changing the walkspeed to 0.001
You should just be able to anchor the charachter whilst you aren't needing to walk it. Note this will disable idle anims. I think there's a way to disable user input but I'm not going to search the wiki for it.
Closed as Not Constructive by hiimgoodpack, abnotaddable, and Thundermaker300
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?