Hello, I’m trying to recreate the old roblox leaderboard and I was wondering how would I know if a player is following another player?
I don’t really know about roblox API’s and any help would be great
Hello, I’m trying to recreate the old roblox leaderboard and I was wondering how would I know if a player is following another player?
I don’t really know about roblox API’s and any help would be great
:FollowUserId()
might be what you are in search of. It will return True
if a player followed another player into the game.
Sorry but I meant if they are following a certain player on roblox
Ah, so that is what you meant. Apologies for the confusion. Unfortunately, the Roblox API does not provide a way to do this, however, this post may give you details on how to utilise the HttpService
to achieve what you need.
Thanks for the responses, this is the API that works and that I’m currently using Roblox Friends API Tutorial
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.