Hello everyone.
So I'm making a casual mobile game, the enemies come from the outside of the layout toward the center (where the character is) and you should destroy them by tapping them. I have a power up that destroys 5 random enemies at once, so I used "pick random instance of an object" (I put it in a repeat loop to be repeated for 5 times), the problem is sometimes it destroys 2 enemy, sometimes 1, sometimes 0 (but mostly 5) and it obviously shouldn't be like this. any solutions?
Thanks!