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

Angular Velocity in roblox car wheel not working? (In a ball)

Asked by
A_Mp5 222 Moderation Voter
3 years ago

so I have a car, and I got it rigged up, and welded, so now I'm scripting it. The car uses Ball wheels but switching to a cylinder doesn't work either. Seat is the vehicle seat and FrontLeft is the front left wheel FrontRight is the front right wheel

Seat.Changed:Connect(function(property)
    FrontLeft.AngularVelocity = MaxSpeed * Throttle
    FrontRight.AngularVelocity= MaxSpeed * -Throttle

end)

I have no clue if it is a spelling error or something, ask any questions below. The error message is:

AngularVelocity is not a valid member of Part "Workspace.Car.Machinery.Wheels.FrontLeft"  -  Server - Main:54

Answer this question