How to i make a badge to award if you survived a round?
Create a boolean value inside of the player, and if they die, set it to true. When the round ends check if the boolean is false, and if it is then give them the badge.