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

Why is my GUI resetting again when it didn't before?

Asked by
Kami_Yo 72
5 years ago
Edited 5 years ago

So I had an issue before where I would add a new Frame to one of my GUIs when the player would take a quest. When I would die or Reset, the Frame would disappear. I found out the it was because the GUIs reset when you die. So I used this:

  game:GetService("StarterGui").ResetPlayerGuiOnSpawn = false

It worked. But for some reason it has stopped working and my GUI now resets. Has something changed with how the GUIs function on reset now?

0
According to the Roblox Developer Hub, ResetPlayerGuiOnSpawn is already deprecated. gamerboy0552 0 — 5y
0
Scripts only run once, is this a loop? Try changing the property in studio instead AnonymousDeveloper13 22 — 5y
0
Yes ^, change it in Studio. DeceptiveCaster 3761 — 5y

1 answer

Log in to vote
1
Answered by 5 years ago
Edited 5 years ago

As mentioned in the comments, just change it in sudio! I just wanted to provide some picutes that may help ya.

Picture glitching out. )= Use this link instead. (= https://gyazo.com/fbc62ff642fe26db7f98ab4f5cd48b60 Happy scriptin'!

!

Waterfox

Ad

Answer this question