Creating a Manual Control/Pilot?

I’m making a jojo game at the moment and a lot of these games have a piloting mechanic where you can manually control your stand like seen here. (It’s a gif) b7af32c7747f095ee98a1e19138123a7

Does anyone have an idea of how I would do this?

1 Like
  1. Remote Events
  2. UserInputService / ContextActionService.
  3. Walkspeed of the player setting to 0
  4. Changing the Camera’s CFrame onto the stand.

Just google “How to script a stand rblx” and you will come across some videos.
They’d be pretty helpful for you, probably.

Some videos I came across:

In short: either it’s a weld, a bodyForce/position or an alignPosition.

So I did all this and most of it actually worked, however I don’t know how to make the movement smooth. Do you think I could use AlignPosition and how would I use it? Thanks.