How would I add velocity to the character while also making it maneuverable?

  1. What do you want to achieve? Keep it simple and clear!
    I want to add velocity to the humanoidroot to make it go forward at a constant speed and make it maneuverable. It launches the character forward at a constant speed without pressing the w key.
  2. What is the issue? Include screenshots / videos if possible!
    I would like to know how to do it as it is something I have not done much before. I think that linear velocity or other movers could help in this?
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I was thinking that I can constantly add a linear velocity or AlignPosition object every second that the character is in motion that moves the character forward. I would like to do something like this:

This should be better quality

Linear velocity can be used for this as you can set a constant movement in 1 direction while still being maneuverable.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.