Question
How to Remove all Children from a Specified Array?
I've looked this up multiple times and every method I've tried returned an error. I'd like to know how to remove all MC's added to a specific array. I made this game where enemies drop different kinds of weapons when defeated, and those weapons are added to the array "ground_weapons". When the game is over, is there a way to effeciently remove all of those children added to that array, and if so, what is it? Thank you.
