Instead of constantly checking whether or not a specific object has been spawned it would certainly be more efficient to have that specific object tell the checker that it’s been spawned. Saves you an evaluation every frame, especially considering the fact that Find can get costly as your scene increases in complexity.
They are spawned at the beginning of the scene so the script I found works fine, I use it within the function start part of the script. Appreciate the input though.