GlobalSettings

Show Deprecated
not creatable
not browsable

The base object used for Roblox Studio's settings menu. Can be accessed by using the settings() function.

Settings classes under the GlobalSettings

Summary

Methods

Methods inherited from ServiceProvider
  • write parallel

    Returns the service specified by the given className if it's already created, errors for an invalid name.

  • Returns the service with the requested class name, creating it if it does not exist.

Events

Events inherited from ServiceProvider

Properties

Methods

GetFFlag

Returns the value of an FFlag if it exists.

Parameters

name: string

Returns

GetFVariable

Returns the value of an FVariable, if it exists.

Parameters

name: string

Returns

Events