How to make a player boost ?

You can manipulate velocity of the movement component directly:

How to implement it would depend on the finer details you need, or behaviours you may want to avoid. You could use the forward vector instead of velocity.

This:

Would produce:

Experiment with velocity - see if it feels right.

1 Like