How to track Likes?

I mean theres games that have code system and then if the game reaches 100 Likes the code activate but how i track likes from game?

2 Likes

Grab UniverseId from the PlaceId using: https://games.roblox.com/v1/games/multiget-place-details?placeIds=PLACE_ID
Use the UniverseId: https://games.roblox.com/v1/games/votes?universeIds=UNIVERSE_ID

You will need to proxy the requests because HttpService is not allowed to make web requests to *.roblox.com/*