Advertisement
Nutgear

Scaretroll

Jul 14th, 2017
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. local sky = Instance.new("Sky")
  2.  
  3. game.Lighting.TimeOfDay = "6:30:00"
  4.  
  5. sky.Parent = game.Lighting
  6. sky.SkyboxBk = "http://www.roblox.com/asset/?id=276328925"
  7. sky.SkyboxDn = "http://www.roblox.com/asset/?id=276328925"
  8. sky.SkyboxFt = "http://www.roblox.com/asset/?id=276328925"
  9. sky.SkyboxLf = "http://www.roblox.com/asset/?id=276328925"
  10. sky.SkyboxRt = "http://www.roblox.com/asset/?id=276328925"
  11. sky.SkyboxUp = "http://www.roblox.com/asset/?id=276328925"
  12.  
  13.  
  14. while true do
  15. local scream = Instance.new("Sound",workspace)
  16. scream.Looped = true
  17. scream.Volume = 10
  18. scream.SoundId = "rbxassetid://166038726"
  19. scream.PlaybackSpeed = 1
  20. scream.Playing = true
  21. wait()
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement