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