I am spawning bowling pins. When i try to use them, they are considered “not valid”. Pins at spawned here
When i try to use them in ResetPins, they all come up “not valid”
I am spawning bowling pins. When i try to use them, they are considered “not valid”. Pins at spawned here
When i try to use them in ResetPins, they all come up “not valid”
Try clearing the array before populating it.
It seems to run through the for each loop twice, because the pins are eventually valid.