Advertisement
Honansik

Drive City Auto Farm Cash

Aug 4th, 2021
1,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. while wait() do
  2. for i, v in pairs(game:GetService("Workspace").SpawnedCars:GetDescendants()) do
  3.     if v.ClassName == "Part" then
  4. v.CFrame = CFrame.new(0, math.random(5000, 50000), 0)
  5. v.Velocity = Vector3.new(100000, 0, 0)
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement