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

how do I alter this script to make it so only one car is allowed per person and it deletes others ? [closed]

Asked by 3 years ago

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

0
i told you how to modify it in your previous question VerdommeMan 1479 — 3y
0
yes but it wasn't clear enough Joey111961 -20 — 3y
0
Please don't post the same question. Now if you need more of an explanation please reply to the person who answered your question on your original post. ImTrev 344 — 3y
0
Bruh, they won't reply you back if the question is old already. Gam3r_Play3r 47 — 3y

Marked as Duplicate by ImTrev, IAmNotTheReal_MePipe, and Leamir

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?