Change vehicle seat's properties with a script

I would like to change properties of a vehicle seat with a script:
image

Is it possible?

I searched on youtube and developer forum but nobody tried to do that…

Thanks,
Kolb.

what exactly

like you will change the property name?

cuz you already changing the property already when you set something

I would like to change “Steer”,“Throttle”…

Just type the name of the seat and the property you want to change:

seat.Steer = 20
1 Like

When I do that, the property changes back to 0

Those properties are handled by Roblox’s internal physics engine, you don’t script them.

Oh, but how could I script a car so the car move by itself (I tried with GyroPosition and GyroForce but it’s not perfect)