FriendPages
A special version of Pages that contains information about a player's friends.
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 0
Description
FriendPages is a special version of Pages returned by Players:GetFriendsAsync(). The items contained within include information about a player's friends and have the following structure:
Name | Type | Description |
---|---|---|
DisplayName | string | The current display name of the friend. |
Id | int64 | The user ID of the friend. |
Username | string | The username of the friend. |
See the code samples for how to iterate over a player's friends.
History 1
- 204 Add FriendPages