Hello! I was wondering on how to make a badge script to where you earn a badge for gaining a certain amount of KO’s?
What are the details of your KO implementation? Whenever a KO is added to the player’s KOs, just check if they are higher than the amount you want to award for your badge, and if they are, then award the badge.
To award a badge, see the documentation for BadgeService | Roblox Creator Documentation.
There is example code in the documentation.
When a person gets the amount of KO’s you can use BadgeService to award the badge