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? ![]()
- Attach the steering wheel with a HingeConstraint
- Set the ActuatorType to Servo
- Set the AngularSpeed to about 1.0
- 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