Title says everything, how would I do it?
You can do this simply by going to Starterplayer and then set CharacterWalkSpeed to 0
Use ContextActionService
!
local CAS = game:GetService("ContextActionService") CAS:UnbindAction("moveForwardAction") CAS:UnbindAction("moveBackwardAction")
Keep in mind, this only works in LocalScripts!
Hope this helped! Feel free to select this as an answer if this worked for you!