Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = Instance.new("Sound",script)
- b = Instance.new("Sound",script)
- c = Instance.new("Sound",script)
- d = Instance.new("Sound",script)
- e = Instance.new("Sound",script)
- f = Instance.new("Sound",script)
- g = Instance.new("Sound",script)
- h = Instance.new("Sound",script)
- i = Instance.new("Sound",script)
- j = Instance.new("Sound",script)
- k = Instance.new("Sound",script)
- l = Instance.new("Sound",script)
- m = Instance.new("Sound",script)
- n = Instance.new("Sound",script)
- o = Instance.new("Sound",script)
- p = Instance.new("Sound",script)
- q = Instance.new("Sound",script)
- s = Instance.new("Sound",script)
- t = Instance.new("Sound",script)
- a.SoundId = "http://www.roblox.com/asset/?id=10722059"
- b.SoundId = "http://www.roblox.com/asset/?id=12517136"
- c.SoundId = "http://www.roblox.com/asset/?id=13378571"
- d.SoundId = "http://www.roblox.com/asset/?id=13378571"
- e.SoundId = "http://www.roblox.com/asset/?id=21433711"
- f.SoundId = "http://www.roblox.com/asset/?id=28490593"
- g.SoundId = "http://www.roblox.com/asset/?id=21433696"
- h.SoundId = "http://www.roblox.com/asset/?id=32656713"
- i.SoundId = "http://www.roblox.com/asset/?id=25954407"
- j.SoundId = "http://www.roblox.com/asset/?id=25954392"
- k.SoundId = "http://www.roblox.com/asset/?id=31758982"
- l.SoundId = "http://www.roblox.com/asset/?id=10721950"
- m.SoundId = "http://www.roblox.com/asset/?id=10722059"
- n.SoundId = "http://www.roblox.com/asset/?id=35886425"
- o.SoundId = "http://www.roblox.com/asset/?id=11956590"
- p.SoundId = "http://www.roblox.com/asset/?id=13114759"
- q.SoundId = "http://www.roblox.com/asset/?id=13061802"
- s.SoundId = "http://www.roblox.com/asset/?id=13061810"
- t.SoundId = "http://www.roblox.com/asset/?id=13061809"
- a.Pitch = 0.1
- b.Pitch = 0.1
- c.Pitch = 0.2
- d.Pitch = 0.1
- e.Pitch = 0.2
- f.Pitch = 0.2
- g.Pitch = 0.2
- h.Pitch = 0.05
- i.Pitch = 0.1
- j.Pitch = 0.1
- k.Pitch = 0.2
- l.Pitch = 0.2
- m.Pitch = 0.2
- n.Pitch = 0.3
- o.Pitch = 0.7
- p.Pitch = 0.1
- q.Pitch = 0.1
- s.Pitch = 0.3
- t.Pitch = 0.2
- wait(1)
- while true do
- wait(math.random(15,30))
- r = math.random(1,19)
- if r == 1 then
- a:play()
- a.Volume = (math.random(3,10)/10)
- elseif r == 2 then
- b:play()
- b.Volume = (math.random(3,10)/10)
- elseif r == 3 then
- c:play()
- c.Volume = (math.random(3,10)/10)
- elseif r == 4 then
- d:play()
- d.Volume = (math.random(3,10)/10)
- elseif r == 5 then
- e:play()
- e.Volume = (math.random(3,10)/10)
- elseif r == 6 then
- f:play()
- f.Volume = (math.random(3,10)/10)
- elseif r == 7 then
- g:play()
- g.Volume = (math.random(3,10)/10)
- elseif r == 8 then
- h:play()
- h.Volume = (math.random(3,10)/10)
- elseif r == 9 then
- i:play()
- i.Volume = (math.random(3,10)/10)
- elseif r == 10 then
- j:play()
- j.Volume = (math.random(3,10)/10)
- elseif r == 11 then
- k:play()
- k.Volume = (math.random(3,10)/10)
- elseif r == 12 then
- l:play()
- l.Volume = (math.random(3,10)/10)
- elseif r == 13 then
- m:play()
- m.Volume = (math.random(3,10)/10)
- elseif r == 14 then
- n:play()
- n.Volume = (math.random(3,10)/10)
- elseif r == 15 then
- o:play()
- o.Volume = (math.random(3,10)/10)
- elseif r == 16 then
- p:play()
- p.Volume = (math.random(3,10)/10)
- elseif r == 17 then
- q:play()
- q.Volume = (math.random(3,10)/10)
- elseif r == 18 then
- s:play()
- s.Volume = (math.random(3,10)/10)
- elseif r == 19 then
- t:play()
- t.Volume = (math.random(3,10)/10)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement