Advertisement
Aaronremmers14

Super dangerous

Nov 24th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=
  5. s.Volume = 2
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(0)
  12.  
  13. s:play()
  14.  
  15. while wait() do
  16. game.Lighting.FogEnd = "5000000"
  17. else
  18. game.Lighting.FogEnd = "60"
  19. end end
  20.  
  21. game.Lighting.TimeOfDay = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement