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)