Parties
The Party API provides a single, platform level party system. Players can stay in the same party even if they are not in the same server or the same game. You can access party information using Platform.server.party
and Platform.client.party
.
Players are always in a party when online. By default, a player will be in a party by themselves.
A player's party can change at any time.
Common Patterns
Last updated