How do i get players from GetJoinData?

Hey! I humbly ask, how can I get the players who have been teleported to maybe a privateserver

is there a way to specifically get the player from accessing the members thing or is there another way?

GetPlayerByUserId if you’re trying to get the Player object associated with a UserId from the Members table assuming you used a teleport method that fills the Members table. If you want to see other users who teleported with the current user with a different function, you will need to code that yourself (e.g. by DataStore, by TeleportData or by MessagingService).