I want to be able to go through the capsule and mesh of the pawn when it’s in ragdoll mode because when another pawn collides with it undesirable things happen. (Watch video).
I managed to get through the capsule with the pawn using the following configuration but the projectiles keep colliding with it.
However, the character’s mesh also keeps colliding with another pawn’s capsule.
This causes the camera to stop working. And also I see the RagDoll in two different locations at the same time. So I want to set it up so that nothing can touch the ragdoll for a few seconds before respawning it.
I would like it to be like a ghost. That everything can pass through it.
I’ve tried a thousand different things but I haven’t managed to do it yet.
Does anyone know how I should configure it?
Thank you very much!!