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

How do I make a GUI only appear once? It keeps coming back up every time you respawn

Asked by 6 years ago

I'm making a game and every script I've made hasn't worked. I've made the GUI but I only want it to come up once when you first spawn in not every time you respawn.

2 answers

Log in to vote
0
Answered by 6 years ago

1) Insert a LocalScript into the GUI that says Gui.Enabled = false, or put this somewhere in the code if you have it already.

0
E ThePhantomG 30 — 6y
0
This didn't work KiwiAviation 0 — 6y
Ad
Log in to vote
0
Answered by 6 years ago

In the properties tab for the GUI, there should be a property that you can tick so it only appears once

0
Thank you so much! KiwiAviation 0 — 6y

Answer this question