Problem with vehicleseat not detecting hinges

I was making a vehicle for a project, and I’ve basically completed it, but the only problem is that the VehicleSeat can’t detect the hinges that I have placed, even though they’re all connected. How can I fix this? Any help is really appreciated! :smile:

image
Screenshot 2024-07-30 172233

You can’t use that VehicleSeat Property anymore since they’ve changed the style of hinges.
You need to have a script that reads the Vehicleseat inputs (Throttle and Steer) and changes the HingeConstraints AngularVelocity. Make sure you also set the Hinges to ‘Motor’ and set the MotorMaxTorque to a value that moves the vehicle.

2 Likes

Thank you! This really helped!

1 Like

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