How do I make Gui not show up after reset

So I’m making a gui for my game and when ever you play and reset your avatar the gui shows up again
https://www.loom.com/share/5dd8a1fdbaf944b4a6928ad340634c4f
how do I make a code so it does not show up after a reset?

2 Likes

Select the ScreenGui and turn off ResetOnSpawn property.

3 Likes

StarterGui property, ResetOnSpawn.

1 Like

ok I did the and it worked. TYSM
but when I turn visibility off and play the game it does not show.

Because you made visible false… I don’t understand what you mean by this.

1 Like

Go to the GUI and make sure that ResetOnSpawn is set to true and Enabled is also set to true. This should fix all of your problems.

The UI no longer change back to it’s original state, so if you have the Visilibity off,
you obviously have to turn it back on manually.

what I mean is I don’t want to see the loading screen as I try and make the game. So is there like a code to have it where where once the player loads into the game turn the visibility on and after a few seconds destroy the gui?

Select StarterGui and turn off ShowDevelopmentGui or click this button while selecting a UI Object
image