How to make pop-up GUI appear only once

This is a pretty simple issue, but I am not the best at scripting and can not figure out a way to fix my GUI.

My game has a little welcome screen that shows up when you join the game. You can close it.

That is all I need, but the issue I am having is that every time the player dies, the GUI shows up on the screen again. How can I make it so that it only shows when they join the game, and when they dismiss it, it is gone.

5 Likes

The ScreenUI should have an option ResetOnSpawn, disable this so that once it is closed it stays that way.

8 Likes

There are so many possible ways.

My only solution for that is:
-add “destroy()” object

1 Like