If you’re referring to second image you posted, it’s because you’re trying to use Destroy Actor on a component that was never added. You’re using Get Children Components > Get Owner > Destroy Actor, but since your spawned Actor was never made a component, you’re essentially destroying nothing.