TelportPartyAsync to SpawnLocation

I want to teleport a group of players to a specific spawn location in another place. Anyone knows if I can do that with TeleportPartyAsync? Or some other group teleport service I don’t know of?

Only TeleportToSpawnByName supports this behaviour and it’s for a single player. Other teleport APIs do not support this behaviour, you will have to code it in yourself using a cross-server service or server-side teleport data to determine the name of the spawn to use on arrival.

2 Likes