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

how to get this to work?

Asked by
22To 70
9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

Wont CLose the gui Also "Holder" is the name of the frame this is a closing box

local Holder = script.Parent.Parent.Holder

script.Parent.MouseButton1Click:connect(function()
script.Parent.Parent.Visible = false
script.Parent.Parent.Parent.Open.Visible = true
end)
0
Can I see the hierarchy of the GUI to identify it? TheHospitalDev 1134 — 9y
0
You never reference Holder after you define it. Like SickAtHackers said, we'll need the GUI hierarchy in the Explorer window to identify the problem. Legojoker 345 — 9y

Answer this question