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

This is just a test, don't look?

Asked by 10 years ago
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)

Answer this question