So basically, easter is coming up and I am working on an egg hunt (I used this tutorial video https://www.youtube.com/watch?v=NDAA46V2Olk) I was following the tutorial and made everything, but I wanted to award a badge to whoever finishes it. Somebody made a comment like my question and the creator replied to "add an int value called 'EggsFound' into StarterPlayerScripts. Then you can simple add to it's value whenever an egg is clicked inside the ButtonScript. Finally, you'd need to check when this number reaches the total number of eggs, if true - They must have collected them all!" Could someone please help me out?