Try to put it on local storage. Global variables is your best friend in your problem. If you want to show the shield only once. try Trigger once while true and put more condition in to it. i hope i helped you.
In that case maybe run a check to compare the variable to the number of shield objects for when it's time to spawn them.
Shield.Count < GV Shields --> Spawn Shield
Thanks for the help. I've been trying to add and change things around, unfortunately, i still haven't been able to find a way to get the shield to spawn. I've been trying to set the Shield localstorage to 0 or to clear the storage, since the Stars count keeps resetting or going up.
This is what i have so far CAPX
I still have some things to work out, though. Like getting the HighScore textbox to show if the total score is higher than the high score...among other things.
Sometimes it's hard for my brain to comprehend things, like studying trigonometry in chemistry class.
Again, thanks for the replies, and thank you so much for any help.