How to award a badge if you join wearing a hat?

Title explains it, I want to make it so that if you join the game, only the person wearing a specific accessory (can be wearing other accessories with to too, it’s fine) gets the badge, how do I make that?

1 Like

To get an array of all accessories a character is wearing, you can use Humanoid:GetAccessories().
And you can award badges using BadgeService:AwardBadge()
Hopefully you can use this info to make your own script, but if you still need help, let me know and I can make the script for you. :slight_smile: