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

Can someone help me with this?

Asked by 10 years ago

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

Can someone help? I'm using a GUI and this script doesn't work for it.

Here's the script:

script.Parent.MouseButton1Click:connect(function() MainShop = script.Parent.Parent.MainShop if mainShop.Visible == false then mainShop.Visible = true script.Parent.Text = "Close" else mainShop.Visible = false script.Parent.Text = "Open" end end)

Whenever I click the button, it doesn't open up. Is this script outdated? Someone please help me.

0
Use the "Code Block" button next time Tempestatem 884 — 10y

Answer this question