Advertisement
Guest User

Untitled

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