Inconsistent documentation at Players:GetFriendsAsync function and FriendPages (returned object)

At Players | Documentation - Roblox Creator Hub there are 4 fields documented (“Id”, “Username”, “DisplayName”, “IsOnline”)
The function returns “FriendPages” (FriendPages | Documentation - Roblox Creator Hub) instance, which only has 3 of them documented (“Id”, “Username”, “IsOnline”) - the “DisplayName” is missing.

On top of that - the FriendPages object also contains “AvatarFinal” and “AvatarUri”, which probably aren’t so important to document as they don’t seem to work (Uri is blank, AvatarFinal seems to always be false).

Would create a merge request but updating api reference doesn’t seem to be possible yet.

Page URL: https://create.roblox.com/docs/reference/engine/classes/FriendPages

1 Like

Thanks for the report! We’ll follow up when we have an update for you.

Hi Etheroit – appreciate the bug report. I’ve added the missing field and did some other minor cleanup of the surrounding text. Thanks a bunch for mentioning open source. The reference documentation really is coming soon, so we hope to see you over on GitHub. :slightly_smiling_face:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.