Gui Disappearing After Death

So basically I have an inventory/hotbar gui for my game so players can move items between their inventory and hotbar. The issue is that whenever someone dies in my game, they both completely disappear (They’re under the same screen gui). I’ve tried turning ResetOnSpawn on and off and tested but it didn’t work. Any help would be appreciated :slight_smile:

Could we see the hierarchy of the GUIs? And also any scritp taht may be causing thsi?

I found the solution. I had enabled unchecked and instead of that I just made it disabled in a script so that when I enabled ResetOnSpawn it would reset back to the original state which was it being enabled

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.