There are two methods under the player which reference the old BestFriends/Friends system
Player:IsBestFriendsWith(Player otherPlayer)
Player:IsFriendsWith(Player otherPlayer)
IsBestFriendsWith should probably get deprecated (same functionality as IsFriendsWith) and add an IsFollowedBy method.