Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local firstSoundId = "rbxassetid://104570724610975"
- local secondSoundId = "rbxassetid://91824290033214"
- local thirdSoundId = "rbxassetid://98626162521082"
- local fourthSoundId = "rbxassetid://114573847650036"
- local fifthSoundId = "rbxassetid://98527792396195"
- local sixthSoundId = "rbxassetid://138003843805735"
- local seventhSoundId = "rbxassetid://76024702679889"
- local eighthSoundId = "rbxassetid://82631331316597"
- local ninthSoundId = "rbxassetid://99247640743717"
- local tenthSoundId = "rbxassetid://95261884054124"
- local firstSound = Instance.new("Sound")
- firstSound.SoundId = firstSoundId
- firstSound.PlaybackSpeed = 0.17
- firstSound.Volume = 10
- firstSound.Parent = workspace
- local secondSound = Instance.new("Sound")
- secondSound.SoundId = secondSoundId
- secondSound.PlaybackSpeed = 0.17
- secondSound.Volume = 10
- secondSound.Parent = workspace
- local thirdSound = Instance.new("Sound")
- thirdSound.SoundId = thirdSoundId
- thirdSound.PlaybackSpeed = 0.17
- thirdSound.Volume = 10
- thirdSound.Parent = workspace
- local fourthSound = Instance.new("Sound")
- fourthSound.SoundId = fourthSoundId
- fourthSound.PlaybackSpeed = 0.17
- fourthSound.Volume = 10
- fourthSound.Parent = workspace
- local fifthSound = Instance.new("Sound")
- fifthSound.SoundId = fifthSoundId
- fifthSound.PlaybackSpeed = 0.17
- fifthSound.Volume = 10
- fifthSound.Parent = workspace
- local sixthSound = Instance.new("Sound")
- sixthSound.SoundId = sixthSoundId
- sixthSound.PlaybackSpeed = 0.17
- sixthSound.Volume = 10
- sixthSound.Parent = workspace
- local seventhSound = Instance.new("Sound")
- seventhSound.SoundId = seventhSoundId
- seventhSound.PlaybackSpeed = 0.17
- seventhSound.Volume = 10
- seventhSound.Parent = workspace
- local eighthSound = Instance.new("Sound")
- eighthSound.SoundId = eighthSoundId
- eighthSound.PlaybackSpeed = 0.17
- eighthSound.Volume = 10
- eighthSound.Parent = workspace
- local ninthSound = Instance.new("Sound")
- ninthSound.SoundId = ninthSoundId
- ninthSound.PlaybackSpeed = 0.17
- ninthSound.Volume = 10
- ninthSound.Parent = workspace
- local tenthSound = Instance.new("Sound")
- tenthSound.SoundId = tenthSoundId
- tenthSound.PlaybackSpeed = 0.17
- tenthSound.Volume = 10
- tenthSound.Parent = workspace
- local function playSoundsInLoop()
- firstSound:Play()
- firstSound.Ended:Connect(function()
- secondSound:Play()
- secondSound.Ended:Connect(function()
- thirdSound:Play()
- thirdSound.Ended:Connect(function()
- fourthSound:Play()
- fourthSound.Ended:Connect(function()
- fifthSound:Play()
- fifthSound.Ended:Connect(function()
- sixthSound:Play()
- sixthSound.Ended:Connect(function()
- seventhSound:Play()
- seventhSound.Ended:Connect(function()
- eighthSound:Play()
- eighthSound.Ended:Connect(function()
- ninthSound:Play()
- ninthSound.Ended:Connect(function()
- tenthSound:Play()
- tenthSound.Ended:Connect(function()
- playSoundsInLoop()
- end)
- end)
- end)
- end)
- end)
- end)
- end)
- end)
- end)
- end)
- end
- playSoundsInLoop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement