Trigger delete itself on exit

Hello! So I currently have a game setup so whenever I enter a trigger, it plays a voiceline for this AI voice I have. Its very simple and it works mostly fine.

My issue is that I would like the trigger to either delete itself after exiting or make it so it can’t play the voice line again. If you just go in and out the trigger currently, it just plays the voiceline on repeat. If anyone can help that would be great.

You can just disable the collider component after the trigger runs for the first time.

1 Like

UPDATE:

I’ve done it.