I have a custom entering GUI so when you join you get an welcoming GUI. The problem is that when i die my GUI resets?
Now I'm interested why GUI's reset when you re-spawn and how to prevent it.
I have been trying to consolidate all my memory from programming but with no success. If the following you can Answer :D
You can disable that on the gui, there should be an option called "ResetOnSpawn" or something. If you don't want it to reset on respawn, disable it and you should be fine. It also works in scripts :D
In the ScreenGui object, untick the "ResetOnSpawn" property.
This question has been asked several times First go on , LayerCollector is the abstract class that ScreenGui, SurfaceGui, BillboardGui inherit from. You’ll find the ResetOnSpawn property on those objects. Make sure it checked ?