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

How would i make a gui close? nothing in the output too. . .

Asked by 3 years ago
Edited 3 years ago

hello, so i am making a game that needs to close a gui when a player has clicked a text button, but how would I do that?

local gui = script.Parent.Parent.Parent

script.Parent.MouseButton1Click:Connect(function()
    print("lol")
    gui.Visible = false

end)

i see no output that says "lol" so something must me going on. you can see my screen (with explorer)here

) thanks for the help! (im not that new to scripting, i think its just a brain fart, thanks for the help!)

0
Is there an error? xerful 0 — 3y
0
Also the link you provided does not work. xerful 0 — 3y
0
he never but https:// lol 3F1VE 257 — 3y
0
link should work now, i did 2 https:// instead of one Spiyder1 81 — 3y

1 answer

Log in to vote
0
Answered by
3F1VE 257 Moderation Voter
3 years ago

did you even bother to give us access to the link?

0
link should work now, i did 2 https:// instead of one. Spiyder1 81 — 3y
Ad

Answer this question