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

Properties

Methods

GetFFlag(name: string): boolean  

Returns the value of an FFlag if it exists.


Returns the value of an FVariable, if it exists.

Events

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