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!
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!
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.
Thank you! This really helped!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.