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

How to make a SurfaceGui visible when a TextButton is clicked?

Asked by 10 years ago

I have 2 SurfaceGuis, one is asking a question and one is displaying a face in response to the answer that is chosen. How can i make a button make the other Gui visible?

2 answers

Log in to vote
0
Answered by 10 years ago

ScreenGUIs have the .Enabled property. Try and use that!

Ad
Log in to vote
0
Answered by
c0des 207 Moderation Voter
10 years ago

I haven't done much with SurfaceGUIs yet. Do they have a "Visible" property? If so you can make them visible/hidden by editing that property within your script.

Answer this question