LayerCollector
LayerCollector : GuiBase2d
Overview
LayerCollector serves as the base class for UI instances such as ScreenGui, SurfaceGui, and BillboardGui, responsible for displaying UI elements on the screen.
Properties
Enabled
bool
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.
Code Samples
ScreenGui.Enabled = false
Methods
Events
Last updated