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

Why do GUIs reset after you respawn?

Asked by 4 years ago
Edited 4 years ago

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

3 answers

Log in to vote
1
Answered by 4 years ago

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

Ad
Log in to vote
2
Answered by
AspectW 431 Moderation Voter
4 years ago
Edited 4 years ago

In the ScreenGui object, untick the "ResetOnSpawn" property.

0
Sorry i didn't get to submit yours so heres an upvote for being nice! maxpax2009 340 — 4y
0
Thanks :) AspectW 431 — 4y
Log in to vote
1
Answered by
JesseSong 3916 Moderation Voter Community Moderator
4 years ago

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 ?

0
Sorry i didn't get to submit yours so heres an upvote for being nice! maxpax2009 340 — 4y

Answer this question