LayerCollector
Last updated
LayerCollector : GuiBase2d
LayerCollector serves as the base class for UI instances such as ScreenGui, SurfaceGui, and BillboardGui, responsible for displaying UI elements on the screen
boolean
You can set the visibility of LayerCollector on the screen.
If false, UI elements are not displayed on the screen, and input events or state changes do not trigger updates.
ScreenGui.Enabled = falseLast updated