Whats a good way to go about making an into the gungeon-like dashing system?

hey, im trying to make a dodge / dash type thing where you are moved a set amount in the direction you’re going but im not really sure how to go about it

whats the best way of doing it? as in bodyvelocity, linearvelocity, cframe, etc

thanks

  • BodyVelocity is deprecated. Definite no.
  • CFrame does not use physics, so it will be impractical for a movement-heavy game.
  • LinearVelocity is the replacement for BodyVelocity and uses physics.

Your best bet would be using LinearVelocity.