Advertisement
Guest User

Untitled

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