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

How to teleport a server of players to another game with everyone from the last server?

Asked by 9 years ago

http://wiki.roblox.com/index.php?title=TeleportService_Guide

I dont want to use GetPlayerPlaceInstanceAsync(userId) because I'm not sure if it will work.

If I use GetPlayerPlaceInstanceAsync(userId) and use the ID of a random player in that server, will it be able to connect the others when logically, that user hasn't even entered the place yet? What if he quits while teleporting? It wont teleport the others.

I also thought about using the server InstanceID but I don't know how to count the servers and send a group to a new instance. Any ideas?

If you're curious to know how the game works, there will be a 1 player lobby, the player chooses a map and he fills in the gaps for the other on going servers. once that round finishes, there will be a map vote and then that whole server will be teleported to a new instance of that map.

Thanks in advance :)

Answer this question