Having trouble triggering a particle effect from a trigger volume

I imagine that your event is just not triggering. Try doing a print string instead of spawning a particle emitter. If the string doesn’t get printed you know that your event is not working, and you need to adjust the collision settings.

Hope that helps