I am working on this Flex Your Account Age style hangout, where the game shows some interesting statistics about your player. Such as the year they joined, follower count, etc.
Basically what I want to do is when a player joins, get their follower count (I'm assuming via an API) and insert that number into a leaderstat.
I haven't tried experimenting w/ this yet, because I don't have much experience in APIs, and I don't know of any that I can actually use.
I already have a basic script that shows what year a player joined, I basically just need help on what API I can use and a bit of knowledge on how to use an API via Lua.