How do you make a game overlay that shows which power ups are active by showing an emoji

If you have a property that tracks which power ups are active, then what you should do is when it runs the block, use a variable and set it to blank text. Then check if each power up property is equal to 1, and if it is, then set the variable to join itself, and the emoji that corresponds to the power up.