I’m very new to coding, I’m a builder. However I’m currently creating my own game and I made a gui. I used a YouTube video in order to make the GUI and therefore I don’t really know how to edit it to fix the issue. I have put a lot of effort in editing/changing the GUI in order to make it perfect for the game so I don’t want to restart it. The GUI is a menu screen which pops up when you enter the game, the menu’s functionality is perfect, except for one thing. When a character dies, the menu screen pops up again; how do I prevent this?
1 Like
In screen Gui, there is a reset on death property.
1 Like
There is a property ResetOnSpawn that you should disable.

5 Likes
Just tried it, problem solved, thanks!
Just used this and it solved the issue, thanks!