Hi, I am trying to create a music playlist with an Mute / Unmute button but I don’t know how I can do this.
Can you help me?
Hi there. Have you made the music system already with a sound item?
No, i trying to make this.
I just know 10% scripting
ahh right, make that then come back to me
This my playlist script:
local Sound1 = game.Workspace.Sound2.Sound1
local Sound2 = game.Workspace.Sound2.Sound2
local Sound3 = game.Workspace.Sound2.Sound3
local Sound4 = game.Workspace.Sound2.Sound4
local Sound5 = game.Workspace.Sound2.Sound5
local Sound6 = game.Workspace.Sound2.Sound6
local Sound7 = game.Workspace.Sound2.Sound7
while true do
Sound1:Play()
Sound1.Ended:Wait()
wait(5)
Sound2:Play()
Sound2.Ended:Wait()
wait(5)
Sound3:Play()
Sound3.Ended:Wait()
wait(5)
Sound4:Play()
Sound4.Ended:Wait()
wait(5)
Sound5:Play()
Sound5.Ended:Wait()
wait(5)
Sound6:Play()
Sound6.Ended:Wait()
wait(5)
Sound7:Play()
Sound7.Ended:Wait()
wait(5)
end
In a seperate script, you want it where it makes the volume 0 if on mute
Yes, when I
click button playlist volume 0.