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

How do I make a script where you can spawn a car with a GUI?

Asked by 6 years ago

I keep trying to figure it out, but I'm not really sure, anyone have an idea?

2 answers

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

Get an image or text button. Use it to clone the vehicle from ReplicatedStorage or some other place, then change it's parent to workspace. We aren't going to make the script for you.

Ad
Log in to vote
0
Answered by 6 years ago

Button.MouseButton1Down:connect(function() local car = where the car is located:Clone() car.Parent = game.Workspace end)

Answer this question