Advertisement
aaaafsfsd

Car Dealership Tycoon Script

Jan 22nd, 2021 (edited)
62,756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. --made by a bordAF guy with a boring like and shit englich ;)
  2. --[[How To Use
  3. 1. Spawn a car
  4. 2.Exec Script
  5. 3. press f9 and see if it says (Ok have fun Driving over 400 with a shit car ;)
  6. 4. have fun :D at lest 500$ per sec
  7. ]]
  8.  
  9. local plr = "iCookie_Monxster" Change iCookie_Monxster with ur username
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. local Stats = game:GetService("Workspace")[plr.. "'s car"].Stats
  18.  
  19. if Stats.Owner.Value == plr then
  20. wait(.5)
  21. Stats.MaxSpeed.Value = 1e+23
  22. Stats.Torque.Value = 7.51e+20
  23. --Stats.TurmRadius.Value = 25 --25 is defult for most cars
  24. --Stats.TurnSpeed.Value = 1.5--ok this littrly dose nothing but ok 1.5 is defult
  25. warn("Finishing...")
  26. end
  27. wait(1)
  28. if Stats.MaxSpeed.Value == 1e+23 and Stats.Torque.Value == 7.51e+20 then
  29. warn("Ok have fun Driving over 400 with a shit car ;)")
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement