When a player sends a friend request how does the script find it?
You can check if a player is friends with another by using the following line of code:
if game.Players.PlayerName:IsFriendsWith(userid) then --code end
That would check if the player named "PlayerName" was friends with the user of the User ID "userid". You would replace userid with the numbers found in the URL on players' profiles.
Locked by BlueTaslem
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?