DebugSettings

Show Deprecated
Not Creatable
Settings
Not Browsable

The DebugSettings allows you to view diagnostics information regarding Roblox. It is labeled as Diagnostics in the Roblox Studio Settings menu.

Summary

Properties

Describes whether a DataModel is actively in memory, as an integer (where 1 = true, and 0 = false).

READ ONLY
NOT REPLICATED

The number of instances active in the simulation.

READ ONLY
NOT REPLICATED

Whether or not a stacktrace is displayed in the output for an error.

Returns the number of internal DataModel jobs actively being processed.

READ ONLY
NOT REPLICATED

The number of players currently in the active game-instance.

READ ONLY
NOT REPLICATED

Whether or not sound warnings should be reported.

The current client version of Roblox. Can also be retrieved by using the version() function.

READ ONLY
NOT REPLICATED

Sets the internal sampling method used to measure elapsed time with consistency across platforms.

Methods

Events

Properties

DataModel

Read Only
Not Replicated

Describes whether a DataModel is actively in memory, as an integer (where 1 = true, and 0 = false).

InstanceCount

Read Only
Not Replicated

The number of instances active in the simulation.

IsScriptStackTracingEnabled

Whether or not a stacktrace is displayed in the output for an error.

JobCount

Read Only
Not Replicated

Returns the number of internal DataModel jobs actively being processed.

PlayerCount

Read Only
Not Replicated

The number of players currently in the active game-instance.

ReportSoundWarnings

Whether or not sound warnings should be reported.

RobloxVersion

Read Only
Not Replicated

The current client version of Roblox. Can also be retrieved by using the version() function.

TickCountPreciseOverride

Sets the internal sampling method used to measure elapsed time with consistency across platforms.

Methods

Events