StatsItem

Show Deprecated
not creatable

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.

Summary

Properties

Methods

Properties

DisplayName

hidden
read only
not replicated
read parallel

Methods

GetValue

Returns the StatsItem's value.


Returns

GetValueString

Returns the StatsItem's value as a formatted string.


Returns

Events