Advertisement
pa1nx9

Free Roblox Script Drive City - Autofarm Cash

Sep 20th, 2021
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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