Advertisement
XurSF

Untitled

Dec 13th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. for i=1,#workspace.Vehicles:GetChildren() do
  2. if workspace.Vehicles:GetChildren()[i]:findFirstChild("owner") then
  3. if workspace.Vehicles:GetChildren()[i].owner.Value == game.Players.LocalPlayer.Name then
  4. myCar = workspace.Vehicles:GetChildren()[i]
  5. end
  6. end
  7. end
  8. myCar.Handling.MaxSpeed.Value = 9999
  9. myCar.Handling.Torque.Value = 40500
  10. myCar.Handling.SteeringRadiusConstant.Value = 15250
  11. myCar.Handling.FrictionRoad.Value = 255
  12. myCar.Handling.Nitro.NitroSpeed.Value = 520
  13. myCar.Handling.Nitro.NitroForce.Value = 5000
  14. myCar.Handling.TurboJump.TurboJumpHeight.Value = 250
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement