FriendStatus (Enum)

From Legacy Roblox Wiki
Jump to navigationJump to search
The FriendStatus Enum tells the relationship between two players. It has 5 Enum items:
Enum Name Description
0 Unknown The friendship status is not known.
1 NotFriend The players are not friends.
2 Friend The players are friends.
3 FriendRequestSent The first player sent a friend request to the second.
4 FriendRequestReceived The second player has received a friend request from the first.