mooodi1234

Epilepsy

Apr 10th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. colorc=Instance.new("ColorCorrectionEffect",game.Lighting)
  2. wait()
  3. spawn(function()
  4. while wait() do
  5. colorc.Contrast=math.random(-1000,1000)
  6. colorc.Saturation=math.random()
  7. colorc.TintColor = Color3.new(math.random(), math.random(), math.random())
  8. end
  9. end)
  10.  
  11. spawn(function()
  12. while wait() do
  13. game.Lighting:SetMinutesAfterMidnight(0)
  14. wait()
  15. game.Lighting:SetMinutesAfterMidnight(14 * 60)
  16. end
  17. end)
Add Comment
Please, Sign In to add comment