Nrony

Creepy Ambience Script

Dec 27th, 2019
1,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. game.Lighting.FogStart = 50
  2. game.Lighting.FogEnd=100
  3. game.Ligthing.
  4. print ("Made By Neony")
  5. game.Lighting:SetMinutesAfterMidnight(0)
  6. print ("SPOOPY MODE ACTIVED")
  7.  
  8. s = Instance.new("Sound")
  9. s.Name = "Sound"
  10. s.SoundId = "http://www.roblox.com/asset/?id=142633540"
  11. s.Volume = 10
  12. s.Looped = true
  13. s.archivable = false
  14. s.Parent = game.Workspace
  15. s:play()
Advertisement
Add Comment
Please, Sign In to add comment