DebugSettings

Mostrar obsoleto
no creable
configuración
no explorable

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

Resumen

Propiedades

  • solo lectura
    no replicado
    leer paralelo

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

  • solo lectura
    no replicado
    leer paralelo

    The number of instances active in the simulation.

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

  • solo lectura
    no replicado
    leer paralelo

    Returns the number of internal DataModel jobs actively being processed.

  • solo lectura
    no replicado
    leer paralelo

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

  • Whether or not sound warnings should be reported.

  • solo lectura
    no replicado
    leer paralelo

    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.

Propiedades

DataModel

solo lectura
no replicado
leer paralelo

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

InstanceCount

solo lectura
no replicado
leer paralelo

The number of instances active in the simulation.

IsScriptStackTracingEnabled

leer paralelo

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

JobCount

solo lectura
no replicado
leer paralelo

Returns the number of internal DataModel jobs actively being processed.

PlayerCount

solo lectura
no replicado
leer paralelo

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

ReportSoundWarnings

leer paralelo

Whether or not sound warnings should be reported.

RobloxVersion

solo lectura
no replicado
leer paralelo

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

TickCountPreciseOverride

leer paralelo

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

Métodos

Eventos