Skip to content

WorldsService

Inherits Instance

!! WIP Class, WorldsService is a service that is used to join players to other worlds. This class is currently unavailable in public servers. This is not recommended for use at this time.

Static Class

This object is a static class. It can be accessed like this: Worlds.

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 of world path

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 world

JoinPlacePartyAsync → nil

Parameters

plrs [ { Player } ]

to [ string ]

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

JoinPrivateAsync → nil

Parameters

plr [ Player ]

accessID [ string ]

Join a player to a private server of the specified world

JoinPrivatePartyAsync → nil

Parameters

players [ { Player } ]

accessID [ string ]

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