I am wondering how to move everybody in a server to another running server of the same game. I would like to do this either by manually typing it into the server console, or in a remote event function. Thanks :3!
1 Like
I would look into the :TeleportToPlaceInstance()
method to teleport a Player
to an existing server.
It requires the unique game.JobId
of a server. Since you want to teleport to another server, you would need to retrieve the JobId
via MessagingService
.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.