GUI won't appear unless you reset

So I’m trying to make a winning gui when the timer for the game ends.
I got the timer done but the winning gui (who won) is a bit broken. I used “.Visible = True” to make it appear, but it won’t appear until you reset and is strange. Any ways to fix it like a way by cloning the gui?

The ScreenGui.Enabled is probably set to false and ScreenGui.ResetOnSpawn is probably set to true

1 Like

Yea that might be it-

Does cloning from like serverstorage work too?

What do you mean? you are able to clone things from ServerStorage into the PlayerGui on the server, that has nothing to do with the problem you had though.

1 Like