Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make the shop GUI button open?

Asked by 6 years ago

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.

0
wiki.roblox.com is the place to start. INOOBE_YT 387 — 6y

2 answers

Log in to vote
0
Answered by 6 years ago

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
Ad
Log in to vote
0
Answered by 4 years ago

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

Answer this question