–This is not to check if they’ve been followed into a game–
Somone shared this with me and I thought it was really neat!
With this API, you can get whose following each other on the ROBLOX Site!
Made by nstrike159
Example (Documentation is inside the Module script)
[spoiler]
–[[
Credits to nstrike159
Followings-
--------Example-----------
GetFollowings(Player,Page,OPTIONALPageSize,OPTIONALImageWidth,OPTIONALImageHeight,OPTIONALImageFormat)
Returns:
table={
[1]={“Id”=77863110,
“Username”=“MrFowley”,
“AvatarUri”=“http://t7.rbxcdn.com/ebdc1c26ae1326f30c2194e297d49e0a”,
“AvatarFinal”=false,
“IsOnline”=false},
[2]={
“Id”=374890291,
“Username”=“MrFox”,
“AvatarUri”=“http://t7.rbxcdn.com/ebdc1c26ae1326f30c2194e297d49e0a”,
“AvatarFinal”=false,
“IsOnline”=false}
}
---------------------------
GetFollowers(Player,Page,OPTIONALPageSize,OPTIONALImageWidth,OPTIONALImageHeight,OPTIONALImageFormat)
Returns:
table={
[1]={“Id”=77863110,
“Username”=“MrFowley”,
“AvatarUri”=“http://t7.rbxcdn.com/ebdc1c26ae1326f30c2194e297d49e0a”,
“AvatarFinal”=false,
“IsOnline”=false},
[2]={
“Id”=374890291,
“Username”=“MrFox”,
“AvatarUri”=“http://t7.rbxcdn.com/ebdc1c26ae1326f30c2194e297d49e0a”,
“AvatarFinal”=false,
“IsOnline”=false}
}
----------------------------
IsFollowing(FollowedUser,FollowingUser)
Returns: true/false
----------------------------
–]][/spoiler]