When spawning the AI, you could set the instigator to the spawning player on the spawn actor node. Then, in your AI shooting logic, use a NOT statement to shoot anything that is not the AI’s instigator, AKA the spawning player.
1 Like