ServiceVisibility
Controls when a service is displayed in the Explorer window in Roblox Studio.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 564 | Always | 0 | The service is always visible in the Explorer window. | |
| 564 | Off | 1 | The service is hidden from the Explorer window by default, but can still be added via the Insert Service menu. | |
| 564 | WithChildren | 2 | The service is visible in the Explorer window only when it has children; it can still be added via the Insert Service menu. |
Description
Controls when a service is displayed in the Explorer panel in Roblox Studio.
This enum is used by the ServiceVisibility property on
ReflectionMetadataClass, which defines the default explorer visibility
for a service class. It does not affect whether the service is accessible via
GetService().
History 4
- 564 Add WithChildren
- 564 Add Off
- 564 Add Always
- 564 Add ServiceVisibility