For the past few days developers have been encountering the error “A specified Member cannot join the Destination Place” when teleporting a group of players to another place.
I’ve also experienced this error yesterday while trying out the new party feature, however I don’t have any data to back this so take it as an anecdote.
Calling TeleportService:TeleportAsync() with a table containing multiple players as the players argument throws the error A specified Member cannot join the Destination Place, while it’s not thrown when teleporting a single player.
I’ve created a repro place to test this. The subplace is published and the other player has play access to it.
I’m experiencing this issue too. For me, it’s happening when I’m trying to teleport people with “Play” permissions in a privated game to a subplace of that same game. If everyone in the server has “Edit” permissions, the issue doesn’t happen.
This method should not be used for new work; the numerous teleport functions have been combined into a single method, TeleportAsync(), which should be used instead.
Still happening for me. It works if everybody that’s teleporting has edit access, so for now I’m managing by just testing with other developers. Still quite annoying however, I hope it is fixed soon.