Skip to content

GetServerData

A value of the server-wide store.

GetServerData(key)
Parameter Type
key string the key

string | nil

local rounds = tonumber(GetServerData("rounds_played")) or 0

SetServerData · the Storage and persistence group of the index