Playing a video/audio once

Hi,
I created a trigger box that will start a video on a TV when you enter the living area. The thing is that the audio stutters and jumps half a second everytime I enter the trigger box. Basically I only need it to run once since it’s a long enough video. In my blueprints, should I kill the trigger box after everything starts? Or what’s the other elegant way of doing this?

Thanks

Hey! Just use a trigger once. :stuck_out_tongue: And reset it when the sound ends.

Not sure I know what you mean. Trigger is basically an area a player will walk through several times, and I want this to start playing only once.

Use your existing trigger, but connect an “once” node after it in your blueprint graph.

Oh! Cool, will try later. Thanks!