As the title says, how would I check the friends a player lost? I know that the game Friend Checker does this, however it only shows the friends YOU lost. How would I check the friends a different player lost?
Record the friends a user has and on another join, see if the friends list changed and compare them
As soon as the player joins(the first time ever), you get their friends in a list, when they leave / (when you update datastores) before storing you check their current friendslist and you can find out who they lost, by adding it to an extra list of “lostfriends”. When they rejoin and have that friend again added, you can delete the lost friend from the lost friends list
So there isn’t an API or something?
No.
No, you need to create your own datastore and setup all data handling!
That’s sad. I wanted to know this because I’m making a Roblox puzzle and I wanted to see if I could use this in the puzzle.
You can still do it, one alternative is creating a default datastore to store everything for a player and it would still “work”, not as efficient tho.
Another one, is creating your own BOT and API to check each player, that played the game to monitor their friends. This takes quiet a bit of effort to do.
Can u message me ur game I wanna try the puzzle out when it’s done lol
Alright. But I warn you, these puzzles are quite difficult.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.