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

can someone help me with a car spawner that allows one person to spawn one car per person ? [closed]

Asked by 3 years ago
Edited 3 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

Im making a car spawner gui which ive got working fine but ive been trying to come up with a script that allows only one car per person so that it deletes the other cars they've previously spawned in and replaces it with the new one etc, can anyone help?

this is my script so far and its stored in a text box

script.Parent.MouseButton1Click:connect(function(GetCar) Mod = game.ServerStorage.VWPASSATESTATECIV clone = Mod:clone() clone.Parent = workspace clone:MakeJoints() end)

thanks

Closed as Not Constructive by Amiaa16

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?