I have looked it up, but can't seem to find anything. I want to check if a player in-game is friends with a player that is not in-game.
Or,
game.Players.PlayerAdded:connect(function(plr) if plr:IsFriendsWith(game.Players.LocalPlayer) then print("You have friends!") end end)