I’m not much of a coder, so excuse me if I don’t get everything right.
Would there be a way to do this? Anything helps to be honest.
The script would need to go onto a leaderboard, and display them from most-least amount of badges.
(Bonus question: is there an API that allows you to export this into a website?)
Please let me know in the comments!
https://badges.roblox.com/docs#!/Badges/get_v1_users_userId_badges
Keep iterating the returned badge data with the next nextPageCursor and counting the badges until the nextPageCursor is null. You would need a proxy to make requests to the api (like every script that accesses the roblox api from within a game)
nextPageCursor