Umm, I think this used to work, but It didn't.
1 | local car = script.Parent.Parent |
2 | local seat = script.Parent |
3 |
4 | if game:GetService( "UserInputService" ):IsKeyDown( 100 ) = = true then --(100 = D Key In KeyCodes) |
5 | car.FrontRightWheel.Tire.Motor 6 D.CurrentAngle = 0.1 |
6 | car.FrontLeftWheel.Tire.Motor 6 D.CurrentAngle = 0.1 |
7 | end |