Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Cross Server/Game Teleport?

Asked by 8 years ago

Idea have a player go from 1 game to another, and find a server
Problem No idea how to do this? any help?
Thanks :D

1 answer

Log in to vote
1
Answered by 8 years ago

If you mean from one universe to another (ex from your game to someone else's game), you can't.

If you mean from one server to another within your universe, use the TeleportService (take a look at the methods, specifically TeleportToPlaceInstance and GetPlayerPlaceInstanceAsync).

If you want to do your own server management (ex for matchmaking), you can do this by creating places (using the AssetService) or - assuming they unlock the functions in the future - TeleportService's new "ReserveServer" and "TeleportToPrivateServer".

Ad

Answer this question