This returns a table with very detailed information.
Information such as whether the player is in the studio, what game they are in, and when they last logged in.
but this only shows information about players who are online.
so i searched for… but
Players:GetFriendsAsync(userId):GetCurrentPage()
this returns only IsOnline and usernames.
i want to get detailed information about offline friends or unknown players.
The GetFriendsOnline() method was not designed with the intention of returning as much detail as you’d like about each individual player on a player’s friends list. The name itself implies that it only returns information about the online status of each individual friend from a given player’s friends list.
I would recommend using the Proxy @Katrist provided in the comment above yours ^^