Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i=1,#workspace.Vehicles:GetChildren() do
- if workspace.Vehicles:GetChildren()[i]:findFirstChild("owner") then
- if workspace.Vehicles:GetChildren()[i].owner.Value == game.Players.LocalPlayer.Name then
- myCar = workspace.Vehicles:GetChildren()[i]
- end
- end
- end
- myCar.Handling.MaxSpeed.Value = 9999
- myCar.Handling.Torque.Value = 40500
- myCar.Handling.SteeringRadiusConstant.Value = 15250
- myCar.Handling.FrictionRoad.Value = 255
- myCar.Handling.Nitro.NitroSpeed.Value = 520
- myCar.Handling.Nitro.NitroForce.Value = 5000
- myCar.Handling.TurboJump.TurboJumpHeight.Value = 250
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement