How do I make a badge list GUI that automatically updates to tell players they have a badge?

Hello, I am making a game kind of like those “Find the ___” games, except with some twists and stuff like that. I’ve been looking everywhere for a way to make a badge list, and how to retrieve badge images for the ImageLabels for each icon? It’d be preferred if there’s a way to get a list that automatically updates for each time I add in a new badge?

3 Likes

You will need to know the BadgeService. To get the info of the badge, you can do BadgeService:GetBadgeInfoAsync(ID) .

2 Likes