How to make the turning effect?

Hi Devs, so I am making a boat rn, it fine and all. But I want to add a turning effect to the steering wheel. How do I do it? :slight_smile:

  1. Attach the steering wheel with a HingeConstraint
  2. Set the ActuatorType to Servo
  3. Set the AngularSpeed to about 1.0
  4. Use a script to set the TargetAngle to whatever angle you want the steering wheel to turn to (in degrees)

The steering wheel will slowly turn to whatever angle you want.

3 Likes