StatsItem

非推奨を表示
作成できません

A StatsItem is an internal measurement item that is created by the engine to benchmark many of the backend components of Roblox. It cannot be created using Instance.new(), but its value can be read by plugins. They can be found stored inside of the Stats service.

概要

プロパティ

  • 非表示
    読み取り専用
    複製されていません
    並列読み取り

方法

  • プラグインのセキュリティ

    Returns the StatsItem's value.

  • プラグインのセキュリティ

    Returns the StatsItem's value as a formatted string.

プロパティ

DisplayName

非表示
読み取り専用
複製されていません
並列読み取り
プラグインのセキュリティ

方法

GetValue

プラグインのセキュリティ

Returns the StatsItem's value.


戻り値

GetValueString

プラグインのセキュリティ

Returns the StatsItem's value as a formatted string.


戻り値

イベント