Advertisement
Guest User

Untitled

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