I’m not sure if this is the correct category, but I am wondering, is it possible to see which players got a certain badge from a game? Like finding the players username who got the badge.
If I understood the question correctly, he was wondering if it is possible to get a list of all owners of a certain badge.
There unfortunately is no API or function that returns such a list at this moment. I really think this would make a really great feature however, since currently the only way to check badge ownership is to access it from each player individually.
Here is a #platform-feedback post already expressing a want for this:
Get List of badge owners API (under badges.roblox.com)
Right now the most efficient way to do this, as far as I am aware, would be to log every time a player gets a badge using DataStore’s. Then use that store to get a list of all the players that own a badge.
I wish there was a better way, but roblox does not make it very easy as of now.