Cant stop the sound

Hello,
i want that when i have an output on “on” (the boolean over spawn sound) that the sound stops being there.
destroy component does not work and other funktions to.

When you spawn the sound, there is a return value. You will need to set a variable here for the returned sound and when you want to then stop the sound, you call destroy on that variable insted. Otherwise the sound will just been spawned and play and when you destroy the component that created it, it will still continue to exist.

hey, thank you for your answer.
I can not get it, maybe you could upload a sample photo?