Checking Follower information

Is there a way to find out wether you follow a user id, or a user id followed you? Kind of like Player:IsFriendsWith()

I’m working on my own player list and chat, ans I’d like to use friend and follower information in colour codes.

2 Likes

I checked the robloxdev and from what I can see, there isn’t a way to check if you are following a player. At least no clear or simple solution.

http://robloxdev.com/api-reference/class/Player

There’s an API for that:
GET /user/following-exists
You’ll have to use a proxy combined with HttpService. There’s a good proxy tutorial by Froast here: https://devforum.roblox.com/t/set-up-your-own-roblox-discord-proxy/97395
GitHub version: https://github.com/sentanos/rdprxy (tutorial is pmuch identical)

6 Likes

Oh haha, I guess there is a way. Thanks Chipio!

1 Like

No Access :sob:

https://gyazo.com/f85ff8efb500dc523a1e9e89b8b8e96b

New members can’t access that post.

2 Likes

Video tutorial here:
https://gfycat.com/IdenticalThunderousChinchilla

  1. Sign in ( or sign up ) with a Heroku Account.
  2. Click the Deploy to Heroku Button ( Hopefully this link works)
  3. Enter a name for the proxy & press Deploy App.

Grab the module to access your proxy: https://github.com/sentanos/rdprxy/blob/master/client/proxyHandler.mod.lua

( Any problems just reply to this )

Deploy

3 Likes