Stop Reset of GUIs on Respawn

Hey, so apparently ResetPlayerGuiOnSpawn in StarterGui has been Deprecated. The problem is I need to use the new system LayerCollector, But the articles I’ve come across are no help to me as I don’t know how to access LayerCollector. Is anyone able to help me with this?

1 Like

GUis have a ResetOnSpawn property that you can toggle

By Guis. i meant ScreenGuis, SurfaceGuis, and BillboardGuis

2 Likes

The developer hub is being really weird lately. It’s completely messed up with inheritance.

But basically, LayerCollector is the abstract class that ScreenGui, SurfaceGui, BillboardGui inherit from. You’ll find the ResetOnSpawn property on those objects.

3 Likes