GetParties
Every party on the server.
Syntax
Section titled “Syntax”GetParties()Returns
Section titled “Returns”table of party ids
Example
Section titled “Example”for _, party in ipairs(GetParties()) do Log(GetPartyName(party) .. ": " .. GetPartySize(party))endSee also
Section titled “See also”GetPartyMembers · the Parties group of the index
