PlacesService¶
Inherits Instance
WIP Class, PlacesService is a service that is used to join players to other places. This class is currently unavailable in public servers.
Static Class
This object is a static class. It can be accessed like this: Places.
Additionally, it cannot be created in the creator menu or with Instance.New().
Not newable
This object cannot be created by scripts using Instance.New().
Methods¶
NewServerAsync → string¶
Parameters: placePath [ string ]
Request a new server with data
NewServerAsync → string¶
Parameters: data [ NewServerRequestData ]
Request a new server with data
JoinPlaceAsync → nil¶
Join a player to a public server of the specified place
JoinPlacePartyAsync → nil¶
Parameters
plrs [ { Player } ]
to [ string ]
Join a party of player to a public server of the specified place
JoinPrivateAsync → nil¶
Join a player to a private server of the specified place
JoinPrivatePartyAsync → nil¶
Parameters
players [ { Player } ]
accessID [ string ]
Join a party of player to a private server of the specified place