Storage
Accessing Storage
local value = storage['myKey']Getting a Value
-- Direct read
local myData = storage['playerStats']
-- Returns false if the key has never been setComputed / Cached Values
local value = storage(key, computeFunc, timeout)Parameter
Type
Description
Reacting to Changes
Via event
Via key-specific event
Updating from the Server
Metadata Properties
Property
Value
Example — Live HUD Data
Last updated