GUI popping up after player dies!

Someone asked me to help them make a GUI not pop up after a player dies. But I just can’t seem to figure it out though!

Here is a link to the GUI for those needing it:

I believe the ResetOnSpawn property of the ScreenGui is what you are looking for.

If you uncheck this / set it to false, I believe it will have the outcome you are looking for.

4 Likes

If you just want it to appear once, you can use the ResetOnSpawn propiety on the “YO” GUI, if you want it to appear later again, just use the Enabled propiety to make it visible when you want it to be visible.

2 Likes

Thanks @RobuxMaster8912, and @ScriptedForum! Really appreciated your help :>!

2 Likes