Advertisement
iamthecommunist

Untitled

Jun 3rd, 2020
17,707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. for i,v in pairs(game:GetService("ReplicatedStorage").cars:GetChildren()) do
  2.    local car=require(v.Module)
  3.    car.Name = "jjk is cool ok"
  4.    car.Acceleration=-10 -- this gotta be minus to make it faster for some reason idk why I didnt make this game ok
  5.    car.MaxSpeed=1000
  6.    car.Handling=1
  7.    car.Braking=10
  8.    --car.Price=0
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement