Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to stop my screenGUI from resetting when the player dies?

Asked by
jetape 9
4 years ago

Basically, I have my screengui inside a local script (this is needed) and when I untick ResetOnSpawn, the screengui and everything still resets when you die. I've tried disabling the localscript when you click a play button, but it doesn't work. I've tried moving the screengui via script, disabling the screengui when you click play as well, but it all still runs when you reset.

0
I believe this is an issue on ROBLOX’s end, it appears that I have the same issues as well. Ziffixture 6913 — 4y
0
False, please refer to my answer below. ^ ghxstlvty 133 — 4y

1 answer

Log in to vote
0
Answered by
ghxstlvty 133
4 years ago

Problem:

https://prnt.sc/rmabpr ResetOnSpawn was checked.

How to solve:

De-select ResetOnSpawn.

0
The issue was that it already was deselected. It was one of the first things I tried doing. jetape 9 — 4y
0
Try checking the button and then testing it again, maybe just a studio error. ghxstlvty 133 — 4y
Ad

Answer this question