Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Does anyone have a script that does not spawn more than one car?

Asked by 4 years ago
Edited 4 years ago

i'm making a city game i have the spawn script and buy now i want to not spawn more than one car in the game can anyone help me?

0
Please post the script and the script's location WoTrox 345 — 4y
0
What script? HenriqueHome31 22 — 4y

1 answer

Log in to vote
0
Answered by
EDLLT 146
4 years ago
if not game.Workspace:FindFirstChild("Car") then -- Replace Car with the car's name and path.
-- BLOCK OF CODE HERE
end

Yw.

0
in --BLOCK OF CODE HERE I have to put which script not to form more than one car? HenriqueHome31 22 — 4y
Ad

Answer this question