Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Motor6D CurrentAngle Not Working?

Asked by 10 years ago

Umm, I think this used to work, but It didn't.

1local car = script.Parent.Parent
2local seat = script.Parent
3 
4if game:GetService("UserInputService"):IsKeyDown(100) == true then --(100 = D Key In KeyCodes)
5    car.FrontRightWheel.Tire.Motor6D.CurrentAngle = 0.1
6    car.FrontLeftWheel.Tire.Motor6D.CurrentAngle = 0.1
7end

Answer this question