Advertisement
Guest User

scary roblox script

a guest
Dec 28th, 2018
4,788
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 1
  1. wait(1)
  2. game.Lighting.ClockTime = 0
  3. game.Lighting.FogEnd = 300
  4. game.Lighting.FogColor = Color3.new(0, 0, 0)
  5.  
  6. SoundN = Instance.new("Sound")
  7. SoundN.Volume = 1
  8. SoundN.Parent = game.Workspace
  9. SoundN.Looped = true
  10. SoundN.SoundId = ("rbxassetid://304235605")
  11. SoundN:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement