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

  • read only
    not replicated
    read parallel

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

  • read only
    not replicated
    read parallel

    The number of instances active in the simulation.

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

  • read only
    not replicated
    read parallel

    Returns the number of internal DataModel jobs actively being processed.

  • read only
    not replicated
    read parallel

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

  • Whether or not sound warnings should be reported.

  • read only
    not replicated
    read parallel

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

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

Properties

DataModel

read only
not replicated
read parallel

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

InstanceCount

read only
not replicated
read parallel

The number of instances active in the simulation.

IsScriptStackTracingEnabled

read parallel

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

JobCount

read only
not replicated
read parallel

Returns the number of internal DataModel jobs actively being processed.

PlayerCount

read only
not replicated
read parallel

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

ReportSoundWarnings

read parallel

Whether or not sound warnings should be reported.

RobloxVersion

read only
not replicated
read parallel

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

TickCountPreciseOverride

read parallel

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

Methods

Events