Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ServiceVisibility

Controls when a service is displayed in the Explorer window in Roblox Studio.

Items 3

HistoryNameValueDescription
564Always0

The service is always visible in the Explorer window.

564Off1

The service is hidden from the Explorer window by default, but can still be added via the Insert Service menu.

564WithChildren2

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

Settings