Okay, I have both line traces and projectiles for VFX purposes currently. I managed to fix the collision issue I was having. It was basically the ragdoll mesh capsule of the AI after being killed continuing its AI path move to character with out the Body mesh. Like a ghost capsule following me around blocking me from moving lol. So I just put a delete capsule on the variable “isRagdolled” and it worked.