• Hey! Register here to create your account, engage with the community, and talk about what is new!

Explosion happen when arrow hits something.

NegativeN

New member
Emperor
Joined
Nov 23, 2021
Messages
6
Reaction score
0
I'm trying to make it so that when the player shoots an arrow, if it hits something, an explosion happens.
 
Solution
Projectile Hit event triggers when a projectile hits anything; all you need to do is spawn an explosion at the projectile's location, you might want to add If Entities to check if it's the correct projectile, the location will be Game Value: Location -> Shift Right Click it and click Projectile to change its target from Default to Projectile.

Player Event: Projectile Hit -> Spawn Explosion at the location game value

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,263
Reaction score
353
Projectile Hit event triggers when a projectile hits anything; all you need to do is spawn an explosion at the projectile's location, you might want to add If Entities to check if it's the correct projectile, the location will be Game Value: Location -> Shift Right Click it and click Projectile to change its target from Default to Projectile.

Player Event: Projectile Hit -> Spawn Explosion at the location game value
 
Solution

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,263
Reaction score
353
it is a Player Event, not an entity one, it should be found in the Damage category.

1686651076219.png
 
Top Bottom