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