How would I be able to get a list of badges for a game with a script?

I’d like to be able to create a gui which lists badges for a game I’m making, I have the gui taken care of but I’m not sure how to get the data for every badge in the game.

I’ve tried looking at HttpService and using GetAsync() to send a GET request to Roblox’s badge api (https://badges.roblox.com/docs#!/v1), but you aren’t allowed to send requests to Roblox sites, this really got me stuck and I’m wondering if there’s a way to work around it.

Actually, I think I can just use a table of badge ids and use badgeservice for it.

1 Like

You can use proxy to access roblox apis from game