CoreGuiConfiguration
Service that groups the configuration objects controlling Roblox's built-in CoreGui elements.
| Memory category | Instances |
|---|
Member index 3
Description
CoreGuiConfiguration is a service that groups the per-element configuration objects controlling Roblox's built-in CoreGui elements. When it is added to the data model, it automatically creates one child of each configuration type — PlayerListConfiguration, CapturesViewConfiguration, and SelfViewConfiguration — and exposes each of them through a property of the same name.
Each child configuration object inherits Enabled to toggle whether its corresponding core GUI element is displayed.
History 10
- 731 Change Default of SelfViewConfiguration from to
- 731 Change Default of PlayerListConfiguration from to
- 731 Change Default of CapturesViewConfiguration from to
- 726 Change Default of SelfViewConfiguration from to
- 726 Change Default of PlayerListConfiguration from to
- 726 Change Default of CapturesViewConfiguration from to
- 705 Add SelfViewConfiguration
- 705 Add PlayerListConfiguration
- 705 Add CapturesViewConfiguration
- 705 Add CoreGuiConfiguration
Members 3
CapturesViewConfiguration
| Type | Default | |
|---|---|---|
| CapturesViewConfiguration | ||
References the CapturesViewConfiguration object that controls the built-in captures view — the CoreGui element that lets players browse and manage the screenshots and video captures they take within an experience. The service creates this child automatically, so the property refers to that instance for the lifetime of the service.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | true |
History 3
- 731 Change Default of CapturesViewConfiguration from to
- 726 Change Default of CapturesViewConfiguration from to
- 705 Add CapturesViewConfiguration
PlayerListConfiguration
| Type | Default | |
|---|---|---|
| PlayerListConfiguration | ||
References the PlayerListConfiguration object that controls the built-in player list — the CoreGui element that displays the players currently in the experience. The service creates this child automatically, so the property refers to that instance for the lifetime of the service.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | true |
History 3
- 731 Change Default of PlayerListConfiguration from to
- 726 Change Default of PlayerListConfiguration from to
- 705 Add PlayerListConfiguration
SelfViewConfiguration
| Type | Default | |
|---|---|---|
| SelfViewConfiguration | ||
References the SelfViewConfiguration object that controls the built-in self view — the CoreGui element that shows players a preview of their own camera feed. The service creates this child automatically, so the property refers to that instance for the lifetime of the service.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | true |
History 3
- 731 Change Default of SelfViewConfiguration from to
- 726 Change Default of SelfViewConfiguration from to
- 705 Add SelfViewConfiguration