Please Help!Ive been trying to make a script for it but i cant Please Help!
Make the menu GUI (Whatever you want it to look like) then add a textbutton, and put it in the same GUI, but not in a frame then you put this script in it
script.Parent.MouseButton1Down:connect(function() if script.Parent.Parent.Frame.Visible==false then script.Parent.Parent.Frame.Visible=true script.Parent.Text="Close Menu" elseif script.Parent.Parent.Frame.Visible==true then script.Parent.Parent.Frame.Visible=false script.Parent.Text="Open Menu"