So I wanted to make a badges / achievements menu similar to DOORS, but I don’t exactly want to copy and paste a badges name and description for every single badge. I know I could use module scripts but still, it’s alot of work. So I was wondering, am I able to get a badge’s Name and Description with its ID? Thanks!
You may want to look into BadgeService’s GetBadgeInfoAsync
method. It returns information which you need for your system.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.