GetServerData
A value of the server-wide store.
Syntax
Section titled “Syntax”GetServerData(key)| Parameter | Type | |
|---|---|---|
key |
string | the key |
Returns
Section titled “Returns”string | nil
Example
Section titled “Example”local rounds = tonumber(GetServerData("rounds_played")) or 0See also
Section titled “See also”SetServerData · the Storage and persistence group of the index
