How to Destroy the DontDestroyOnLoad()

Hi guys! Hi have a problem…
I used the DontDestroyOnLoad() for my menu music and it work perfectly. I have 3 scenes where the DontDestroyOnLoad() have to work but if I press the button to play the game I need to stop the menu music and to play the game music but i dont know how to do this…

Please help, thank you!

You don’t need to destroy it just turn off the music, or switch the music to game play music.

Hello there.

Why you have the music code in the dontdestroyonload ??

Move it to another script that only exist int he menu, and make another script in the scenes with the other music…

Bye.