local http = game:GetService("HttpService")
local data = http:JSONDecode(http:GetAsync("https://games.roproxy.com/v1/games?universeIds="..game.GameId))
print(data.data[1])
Which will give me this but it doesn’t include upvotes
Is there a quick and simple way to retrieve the upvotes? I’ve tried with the same roproxy, but it seems that it just throws me a sorry you’ve been blocked screen meaning it can’t retrieve it.