Hey all,
Recently I’ve been working on a proxy which catches the users total player visits from the roblox API. Unfortunately, you can’t pull the total amount of player visits straight from the users profile. Instead, you’re provided with an inadequate list of each specific game on that profile, and the player visits within each game, which you have to add yourself.
Now that isn’t an issue, the main problem is that the API is limited to only 50 results per request, instead of the actual 200 game limit. Is there any way around this? I’m trying to total all the player visits of every single game a player has made, even if their game count exceeds 50.
Does anyone have a work-around? A different API service? Any input will help. Thank you in advance.