Skip to content

PlacesService

Inherits Instance

PlacesService is a service that is used to join players to other places

Static Class

This object is a static class. It can be accessed by using its name as a keyword.

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

Parameters

plr [ Player ]

to [ string ]

Join a player to a public server of the specified place

JoinPlacePartyAsync → nil

Parameters

plrs [ table ]

to [ string ]

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

JoinPrivateAsync → nil

Parameters

plr [ Player ]

accessID [ string ]

Join a player to a private server of the specified place

JoinPrivatePartyAsync → nil

Parameters

players [ table ]

accessID [ string ]

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