Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. wait(3)
  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(9)
  16.  
  17. game.Lighting.Brightness = 0
  18. game.Lighting.TimeOfDay = 0.1
  19. game.Lighting.FogEnd = 1000
  20. game.Lighting.TimeOfDay = "00:00:00"
  21. game.Lighting.Ambient = Color3.new(0,0,0)
  22. game.Lighting.FogColor = Color3.new(0,0,0)
  23. game.Lighting.FogEnd = 500
  24. game.Lighting.FogStart = 0
  25. game.Lighting.GlobalShadows = true
  26.  
  27. wait(3.5)
  28.  
  29. local e = Instance.new("Sound")
  30.  
  31. e.Name = "Sound"
  32. e.SoundId = "http://www.roblox.com/asset/?id= 186942568"
  33. e.Volume = 10000000
  34. e.Looped = true
  35. e.archivable = false
  36.  
  37. e.Parent = game.Workspace.MasterChannelXL
  38.  
  39. wait(2)
  40.  
  41. e:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement