mooodi1234

John Doe's Revenge

Apr 12th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. game.Lighting.Ambient = Color3.new(-1,-1,-1)
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5.  
  6.  
  7.  
  8.  
  9. s.Name = "Sound"
  10. s.SoundId = "http://www.roblox.com/asset/?id=364335012"
  11. s.Volume = 1
  12. s.Pitch = 0.8
  13. s.Looped = true
  14. s.archivable = false
  15.  
  16. s.Parent = game.Workspace
  17.  
  18. wait(1)
  19.  
  20. s:play()
  21.  
  22. c = script:Clone()
  23. c.Parent = game.Lighting
  24. s = Instance.new("Sky")
  25. s.Name = "Dark Sky"
  26. s.SkyboxBk = "http://www.roblox.com/asset/?id=128986904"
  27. s.SkyboxDn = "http://www.roblox.com/asset/?id=128986904"
  28. s.SkyboxFt = "http://www.roblox.com/asset/?id=128986904"
  29. s.SkyboxLf = "http://www.roblox.com/asset/?id=128986904"
  30. s.SkyboxRt = "http://www.roblox.com/asset/?id=128986904"
  31. s.SkyboxUp = "http://www.roblox.com/asset/?id=128986904"
  32. s.Parent = game.Lighting
  33.  
  34. msg = Instance.new("Message")
  35. msg.Parent = game.Workspace
  36. msg.Text = "BEWARE OF JOHN DOE"
  37. wait(6)
  38. msg:remove()
  39.  
  40. while true do
  41. print ("Loop cycle start")
  42. game.Lighting.TimeOfDay = "14:00:00"
  43. wait(0.5)
  44. end
Add Comment
Please, Sign In to add comment