Hey! I humbly ask, how can I get the players who have been teleported to maybe a privateserver
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).