So I know how to make a gui where a button opens it and another closes it, but how would I make it so the same button can open/close a frame?
here:
script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible end)
if you want it to slide you would have to use another script thats involves tweening.
Closed as Not Constructive by User#23252
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?