[ Friends/Followers Update ] Small Player API oversight

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.

1 Like

I would use this to give bonuses to followers.

Another method to as would be IsFollowing.

second that