How to make a crouch button without Changing the walk speed

hi so I’m trying to make a script that makes you crouch when you press the “LeftControl” but i want to make the character slow without Changing the walk Speed
is it possible to do it?

No, it is not possible. WalkSpeed is the speed of the character how else would you alter the speed of the character without using it.

After giving it some thought I believe.You can make a system like making bodymovers push character with enough force to slow it down depending on movedirection possibly…

Resources (for example I suggested)

https://developer.roblox.com/en-us/api-reference/property/Humanoid/MoveDirection

1 Like