So I’m making a game that teleports a group of players to the game place. The thing is, I don’t know if I should use TeleportPartyAsync or TeleportToPrivateServer. What’s the difference, and which one should I use?
TeleportPartyAsync teleports a group of players to a public server that others can join.
TeleportToPrivateServer teleports the players to a private server (nobody else can join)
1 Like