#how can i make gui open when a text button is clicked and a gui close when a text button is clicked

5 messages · Page 1 of 1 (latest)

trail mesa
#

GuiButton.MouseButton1Click:Connect(function()
yourGui.Enabled = not yourGui.Enabled
end)

ruby grail
trail mesa
#

Just change it to Visible

ruby grail
slow igloo