How to disable running?

So I need help figuring something out because I can’t wrap my head around it.

So I’m making a combat game. By default I want players to only be able to walk, then when they press a button they can run (essentially shift to sprint). However roblox has a default run animation thing that I don’t want, just the walk. Is there any way to disable Roblox’s default run animation?

Wait, could I set the walk and run animations from roblox to the same animation and give them the same walk speed or whatever it’s called?

you can start the game, copy the default animation script from your character and then put it in starter character scripter. From there you can modify the script and animations however you want

1 Like