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.
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.
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.
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: GitHub - sentanos/rdprxy: A proxy created for serving HTTP requests from Roblox to Discord or Roblox. (tutorial is pmuch identical)
Oh haha, I guess there is a way. Thanks Chipio!
New members can’t access that post.
Video tutorial here:
https://gfycat.com/IdenticalThunderousChinchilla
Grab the module to access your proxy: rdprxy/client/proxyHandler.mod.lua at master · sentanos/rdprxy · GitHub
( Any problems just reply to this )