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

How do you make a play button gui that can show a test or a quiz kind of gui? [closed]

Asked by 4 years ago

I had this code that I don't know how to make work and I'm also not a Pro at scripts :( but here's the code:

button = script.Parent window = script.Parent.Parent.Parent

function onClicked(GUI) window:remove() end script.Parent.MouseButton1Click:connect(onClicked) wait(1) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.FirstTest.Visible = false end)

Oh and also I don't know if I'm a NOOB or just did something wrong and I'm just a kid sooooo... yeah :]

0
Btw you need to format your script by pressing Lua logo then paste the script inside the 2 line of ~~~~~~~~~~~ Nguyenlegiahung 1091 — 4y
0
Can u tell me what does the code do ? Nguyenlegiahung 1091 — 4y
0
never mind I'm just testing some code :] huntergamind 2 — 4y

Closed as Not Constructive by Lakodex, JesseSong, imKirda, Dovydas1118, FunctionalMetatable, and Gey4Jesus69

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?