GetPartyData
A value of the mode’s private storage on a party.
Syntax
Section titled “Syntax”GetPartyData(party, key)| Parameter | Type | |
|---|---|---|
party |
number | the party |
key |
string | the key |
Returns
Section titled “Returns”the value, or nil
Example
Section titled “Example”local round = GetPartyData(party, "round") or 1See also
Section titled “See also”SetPartyData · the Parties group of the index
