How to make a GUI car spawner (Roblox Studio)

Channel:
Subscribers:
6,150
Published on ● Video Link: https://www.youtube.com/watch?v=KtwHf76AfH0



Roblox
Game:
Roblox (2006)
Duration: 7:40
111,372 views
2,375


car spawner--

local enabled = false

script.Parent.MouseButton1Click:connect(function(GetCar)
if enabled == false then
enabled = true
local Mod = game.ServerStorage['carname']
local clone = Mod:clone()
clone.Parent = workspace
clone:MakeJoints()
wait(25)
enabled = false
end

end)

---

Close button

local frame = script.Parent
local closeButton = script.Parent.ClosrButton

CloseButton.MouseButton1Click:Connect(function () frame.Visible = false







Other Statistics

Roblox Statistics For pdfrvirx

Currently, pdfrvirx has 1,155,489 views for Roblox across 151 videos. His channel uploaded over 4 days worth of Roblox videos, roughly 77.68% of the content that pdfrvirx has uploaded to YouTube.