How do I check if a player is in one of the servers of my game?

There are multiple servers, is that a way to check if a player with a UserId is in one of the servers of the game?

Just found my own answer, I’ve checked Players and Player but couldn’t find it but I found it in TeleportService.

TeleportService:GetPlayerPlaceInstanceAsync();

3 Likes