Advertisement
dahpiglz

Untitled

May 28th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ray = Instance.new("ColorCorrectionEffect")
  2. ray.Parent = game.Lighting
  3. ray.Brightness = 0.1
  4. wait(0.1)
  5. ray.Brightness = 0.2
  6. wait(0.1)
  7. ray.Brightness = 0.3
  8. wait(0.1)
  9. ray.Brightness = 0.4
  10. wait(0.1)
  11. ray.Brightness = 0.5
  12. wait(0.1)
  13. ray.Brightness = 0.6
  14. wait(0.1)
  15. ray.Brightness = 0.7
  16. wait(0.1)
  17. ray.Brightness = 0.8
  18. wait(0.1)
  19. ray.Brightness = 0.9
  20. wait(0.1)
  21. ray.Brightness = 1
  22. wait(2)
  23. ray.Brightness = 0.9
  24. wait(0.5)
  25. ray.Brightness = 0.8
  26. wait(0.5)
  27. ray.Brightness = 0.7
  28. wait(0.5)
  29. ray.Brightness = 0.6
  30. wait(0.5)
  31. ray.Brightness = 0.5
  32. wait(0.5)
  33. ray.Brightness = 0.4
  34. wait(0.5)
  35. ray.Brightness = 0.3
  36. wait(0.5)
  37. ray.Brightness = 0.2
  38. wait(0.5)
  39. ray.Brightness = 0.1
  40. wait(0.5)
  41. ray.Brightness = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement