Random errors and chain reactions

Im super confused, recently I found a bug in my game, I went into studio, fixed it, and that was that.
However, a new error came from a different script that had nothing to do with the other bug.
I fixed that error, and now I see that another unrelated error has appeared.

The main issue in most of the scripts is this:
image
Even though, as you can see:
image

As of now, I undid all the changes, and there is no errors apart from this one still image

I am really confused, what is going on???
Ive never seen anything like this, everything is seemly breaking out of nowhere for no apparent reason

EDIT: So I unchecked ResetOnSpawn for the TopMenu ScreenGui, and no more errors are popping up.

1 Like

So apparently referencing a Gui thats ResetOnSpawn = true by a localScript thats ResetOnSpawn = false is bad???

I really dont know why this started happening NOW and not earlier

EDIT: Its probably just another one of these roblox updates that just breaks stuff instead of adding new stuff

EDIT 2: It took me 5 MONTHS to realise that I moved ResetOnSpawn = true guis inside a gui thats ResetOnSpawn = false, preventing them from being resetted