How to add a simlpe Mute Button

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Rayu

I have my Sounds saved in a autoload and i call it on the Menu and now i want to add a Mute button.

Menu script

func _ready() -> void:
        MusicController.play_music()