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 9 years ago

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

local car = script.Parent.Parent
local seat = script.Parent

if game:GetService("UserInputService"):IsKeyDown(100) == true then --(100 = D Key In KeyCodes)
    car.FrontRightWheel.Tire.Motor6D.CurrentAngle = 0.1
    car.FrontLeftWheel.Tire.Motor6D.CurrentAngle = 0.1
end

Answer this question