How do i make it so the when a bullet hits a wall it's life span is set to 0 and it explodes

how do i do that u really need help with that

1 Like

Add a script to the projectile type that triggers when the projectile touches a wall, creates a projectile that is the explosion, and destroys itself.

1 Like