So, I've been making this game. I know how to make the shop GUI button, but how do I make it open a GUI? I suck at scripting, so I came here.
Simple make a local script in the GUI you want to make visible or open
script.Parent.MouseButton1Down:connect(function() script.Parent.Parent.YourFrame.Visible = not script.Parent.Parent.YourFrame.Visible end) -Line was too short put them together and it should work
if you want open button i made video to make all the shop gui watch it and if you have good shop gui you can just get the open button icon from the model video link