Use a float value to multiply the forward vector of your character movement. For instance, if you want them to move at half speed use .5, if double use 2.0, etc.
Use a float value to multiply the forward vector of your character movement. For instance, if you want them to move at half speed use .5, if double use 2.0, etc.