Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. --Made by Auma
  2.  
  3. local a = Instance.new("Sound")
  4.  
  5. a.Name = "Sound"
  6. a.SoundId = "http://www.roblox.com/asset/?id= 402981977"
  7. a.Volume = 10000000
  8. a.Looped = false
  9. a.archivable = false
  10.  
  11. a.Parent = game.Workspace.MasterChannelXL
  12.  
  13. wait(3)
  14.  
  15. a:play()
  16.  
  17. local s = Instance.new("Sound")
  18.  
  19. s.Name = "Sound"
  20. s.SoundId = "http://www.roblox.com/asset/?id= 752647397"
  21. s.Volume = 10000000
  22. s.Looped = false
  23. s.archivable = false
  24.  
  25. s.Parent = game.Workspace.MasterChannelXL
  26.  
  27. wait(3)
  28.  
  29. s:play()
  30.  
  31. wait(9)
  32.  
  33. game.Lighting.Brightness = 0
  34. game.Lighting.TimeOfDay = 0.1
  35. game.Lighting.FogEnd = 1000
  36. game.Lighting.TimeOfDay = "00:00:00"
  37. game.Lighting.Ambient = Color3.new(0,0,0)
  38. game.Lighting.FogColor = Color3.new(0,0,0)
  39. game.Lighting.FogEnd = 500
  40. game.Lighting.FogStart = 0
  41. game.Lighting.GlobalShadows = true
  42.  
  43. wait(3.5)
  44.  
  45. local e = Instance.new("Sound")
  46.  
  47. e.Name = "Sound"
  48. e.SoundId = "http://www.roblox.com/asset/?id= 186942568"
  49. e.Volume = 10000000
  50. e.Looped = true
  51. e.archivable = false
  52.  
  53. e.Parent = game.Workspace.MasterChannelXL
  54.  
  55. wait(2)
  56.  
  57. e:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement