Muting Music GUI Script

Looking for help with Music GUI Muter :

Mainly been struggling with getting my music GUI to mute, this Global “Workspace” music player. Now I’m wondering how its possible to do this because when I check other games out, that have global not local music players they still have the way of managing to mute the local player music when someone wants to hear it or not?

Could someone possible help me out with this?

Here’s what I have started, and maybe need to fix.

Code For Music GUI ^

Example of the “Freemodel” music player that is global ^

(Had to use free model because I do not know how to script a music player).

To mute a global music player you have to do it from a local script. To mute the music you can set the Volume of the music to 0 and then back to 0.5. I’m not sure where you store your sound files or how you store them so I can’t really give you an example.

1 Like

Well I don’t really store the sound files if anything its inside a script inside workspace.

But I see where you are heading with local script, ill just have to look into it more. Thankyou.

If you are looking at this I found a new way of implementing the sounds and storing, but still having problems with playing them.

This is the script for the radio (global) in workspace.

Then this is what i’m trying to go for :

Now i’m wondering, would it be easier to implement the sound player inside the GUI? Then like just when you click it will remove the song?

I just didn’t want it to be local because then each player might have a random song.