How to Join a Friend that is in the same game as you?

Hey! I am wondering How I can make a UI to check if you have friends in the same game as you? If they are in the same game as you, but not the same server, you can join with a UI.

Here is an example:
Screen Shot 2022-11-26 at 1.52.12 PM

EXAMPLE TAKEN FROM MURDER MYSTERY 2. I DO NOT OWN THIS.

I am wondering how I can make that. If you can help, thanks!

Sincerely,

papahetfan

1 Like

You can use Player:GetFriendsOnline() to get the friends that are in-game. You can then loop through the friends and display things like their username, avatar, lastlocation.

1 Like