Moving players without BodyVelocity

Right now, I want to make a dash or a small step that moves the player forward. However, most guides, tutorials, ext. recommend using BodyVelocity. But BodyVelocity is deprecated and I want to make sure that there won’t be any issues later on due to a roblox update.

Last time I did this I had to use two linear velocities, one to simulate gravity and one to do the actual movement. I was wondering if there is a more efficient way to do this.

Thanks : )

1 Like