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
1 | script.Parent.MouseButton 1 Down:connect( function () |
2 | script.Parent.Parent.YourFrame.Visible = not script.Parent.Parent.YourFrame.Visible |
3 | end ) |
4 | -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