Roblox_Xploits

Fall to the Darkness

Jun 3rd, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. while true do
  2. game.Lighting.Brightness = 0.4
  3. wait()
  4. game.Lighting.OutdoorAmbient = Color3.new(-100,-100,-100)
  5. end
  6.  
  7. --Roblox_Xploits
  8.  
  9. local s = Instance.new("Sound")
  10.  
  11. s.Name = "Sound"
  12. s.SoundId = "http://www.roblox.com/asset/?id=279324857"
  13. s.Volume = 2
  14. s.Looped = true
  15. s.archivable = false
  16.  
  17. s.Parent = game.Workspace
  18.  
  19. wait(3)
  20.  
  21. s:play()
Add Comment
Please, Sign In to add comment