1. for i = 0,10000 do
  2. task.spawn(function()
  3. game:GetService("ReplicatedStorage").SpawnCar:FireServer("Chevy C70")
  4. end)
  5. end