Best way to make a dash ability with consistent distance moved every time?

Greetings,

I want to create a dash that moves the player EXACTLY the same distance every time.

If I just quickly increase walkspeed players go much further over cliffs, same for using bodyvelocity

Right now I am thinking i might actually tween the player, but before I do I wanted to ask the community, perhaps there is a much better way?

thanks for your time

Just use a body mover. They’re consistent

https://developer.roblox.com/en-us/articles/BodyMover

1 Like

they are not, that’s my whole problem. Gravity and friction still apply to the character when you use a body mover

1 Like

Yeah I need help with this question to. Friction makes the player move slower.