How can I change sound volume that is in player gui when it is touched.
Lol figured it out: This lua
script.Parent.Touched:connect(function(hit) game.Players:GetPlayerFromCharacter(hit.Parent).PlayerGui.Music.Volume = "1" end)
Works on script not localscript.