I inserted a GUI in the Starter GUI, and in the GUI I inserted a text button called ''Jobs''. I want a script for that text button, when you click it to show up another GUI from the Starter GUI. Can you help me?
Is this right? : function OnClick() shop = script.Parent.Parent ----- Edit this shop.Visible = not shop.Visible end end
script.Parent.MouseButton1Down:connect(OnClick)
Closed as Not Constructive by NotsoPenguin, Redbullusa, and TheeDeathCaster
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?