Help with velocity

So I am trying to make a part go to a certain position using some form of velocity.
Right now I am using an AlignPosition but the problem is I cant control how fast it goes! As of now its way to slow.

What can I do to;

  • A. Make it faster.
  • B. Any different velocities that can move to a certain position but I can control the speed?
1 Like

you can use a vector force and have it go in the direction vector from its current position to the position you want it to go

1 Like

You’ll need to adjust the MaxTorque, MaxForce, or Responsiveness properties:

1 Like