So I had an issue before where I would add a new Frame to one of my GUIs when the player would take a quest. When I would die or Reset, the Frame would disappear. I found out the it was because the GUIs reset when you die.
So I used this:
1 | game:GetService( "StarterGui" ).ResetPlayerGuiOnSpawn = false |
It worked. But for some reason it has stopped working and my GUI now resets. Has something changed with how the GUIs function on reset now?
As mentioned in the comments, just change it in sudio!
I just wanted to provide some picutes that may help ya.
Picture glitching out. )=
Use this link instead. (=
https://gyazo.com/fbc62ff642fe26db7f98ab4f5cd48b60
Happy scriptin’!