Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----------------------------------------------------------------------------------------------
- -- --
- -- Script Made By MlgMatthew --
- -- --
- -- --
- ----------------------------------------------------------------------------------------------
- SoundIds = {"361373527","357924607","326377150","297875749","236569701","282487296","338223347","151085055","268936560","228676342","142545037","320512903","319758951","283801001","329624482"}
- ----------------------------------------------------------------------------------------------
- Sound = Instance.new("Sound",game.Workspace)
- Sound.Volume = 0
- Sound.Looped = true
- while true do
- Current = SoundIds[math.random(1,#SoundIds)]
- wait(4)
- Sound.SoundId = "http://www.roblox.com/asset?id="..Current
- Sound:Play()
- wait(1)
- for i = 1,10 do
- wait(0.25)
- if Sound.Volume ~= 1 then
- Sound.Volume = Sound.Volume + 0.1
- end
- end
- wait(115)
- for i = 1,10 do
- wait(0.25)
- if Sound.Volume ~= 0 then
- Sound.Volume = Sound.Volume - 0.1
- end
- end
- Sound:Stop()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement