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

How do you make Intro GUI to be seen once and not to reappear again?

Asked by 5 years ago

I am working on Intro GUI with a play button. Every time the player died, then the player respawn with the Intro GUI. I want the GUI to be seen once in the whole session. I tried few ways but didn't work. These script below are inside the Play Button.

  1. I tried to use Frame.Visible = false, but it didn't work.
  2. I have tried to use ScreenGUI.enabled = false.

Are there any ways I can make the GUI to be seen once using Lua?

2
disable the resetondeath property of the gui theking48989987 2147 — 5y
0
wont that make his gui appear again? or do I have my true nd false mixed up RetroGalacticGamer 331 — 5y
0
disable is false, enable is true theking48989987 2147 — 5y
0
@theking48989987 Disabling the Resetondeath did work, thank, although it not scripting. GabrielDeaf 4 — 5y
0
Or I can script this: frame.Parent.ResetOnSpawn = false GabrielDeaf 4 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Have you tried using :Destroy on the screengui once the player clicks the play button? Also, I could help you if you invited me to team create. I have a loading screen script that I can give to u

0
I have tried that, but it didn't work. GabrielDeaf 4 — 5y
Ad

Answer this question