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

Script for a GUI? [closed]

Asked by 9 years ago

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?

0
ScriptingHelpers is not a request site TheArmoredReaper 173 — 9y

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?

1 answer

Log in to vote
-1
Answered by 9 years ago

Is this right? : function OnClick() shop = script.Parent.Parent ----- Edit this shop.Visible = not shop.Visible end end

script.Parent.MouseButton1Down:connect(OnClick)

Ad