Skip to content

PlacesService

WIP Class, PlacesService is a service that is used to join players to other places. This class is currently unavailable in public servers.

Inherits: Instance

Methods

NewServerAsync(placePath: string) → string

Request a new server with data

NewServerAsync(data: NewServerRequestData) → string

Request a new server with data

JoinPlaceAsync(plr: Player, to: string) → nil

Join a player to a public server of the specified place

JoinPlacePartyAsync(plrs: { Player }, to: string) → nil

Join a party of player to a public server of the specified place

JoinPrivateAsync(plr: Player, accessID: string) → nil

Join a player to a private server of the specified place

JoinPrivatePartyAsync(players: { Player }, accessID: string) → nil

Join a party of player to a private server of the specified place