Advertisement
GForcebit

PPE/Shaders

Apr 3rd, 2018 (edited)
1,667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local bloom = Instance.new("BloomEffect",game.Lighting)
  2. bloom.Intensity = .65
  3. bloom.Size = 13
  4. bloom.Threshold = .91
  5. local sunrays = Instance.new("SunRaysEffect",game.Lighting)
  6. sunrays.Intensity = .15
  7. sunrays.Spread = 1
  8. local CC = Instance.new("ColorCorrectionEffect",game.Lighting)
  9. CC.Brightness = -.3
  10. CC.Contrast = -0.4
  11. CC.Saturation = 0.4
  12. CC.TintColor = Color3.new(253,254,254)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement