How to make achievements list?


how to make something like this Achievements list or how to get players achievements?

You could start with making a scrolling frame to put all the badges in, then use a grid or list layout to easily place all the badges in the frame. then you could use :UserHasBadgeAsync() to check if they have the badge. If they dont, then you could create a darker transparent frame over the badge to shows its locked.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.