VehicleSear doesn't detect wheels

Hello everyone, I’m not really a builder so if that’s something easy, please forgive.
Anyways, I’m trying to make a very basic car but I couldn’t really make VehicleSeat recognize my two wheels -my car’s back wheels are motors.

It returns 0 when I run

print(tostring(script.Parent.AreHingesDetected))

in a script which is in VehicleSeat.

Here’s the model:
https://www.roblox.com/library/5072855397/Basic-Car

VehicleSeats use hinges, not motors. Counterintuitive.

1 Like

It’s a hinge. Did you mean Surfaces with hinges?

Yeah, VehicleSeats are legacy and use the Hinge surfacetype only. If you want to make it work with HingeConstraints you’ll need to script it yourself.

1 Like