roblox how to mute audio locally script -- Code made by Aydenbluewells. Put in the ScreenGUI text button and make it a local script. local music = game.Workspace.Music -- Name the song "Music" script.Parent.MouseButton1Click:Connect(function() if music.Volume == 0 then music.Volume = 1 else roblox how to mute audio locally script How to get it? roblox how to mute audio locally script music.Volume = 0 end end) roblox how to mute audio locally script