How can i make sprint more realistic?

This is just a general question on how i can make sprinting more realistic and just like irl experience. I know about camera bobbing but is there any other ways?

Maybe you can tween the speed value, instead of immediately changing walkspeed.

4 Likes

Exponential movement/Acceleration instead of just straight velocity. as Choco1atte said.

Also disable sprinting sideways and backwards via the movement module(I think there’s a function in the module that returns the movement vector like :GetVector() or something I don’t fully remember)

4 Likes