Advertisement
bubnake

Roblox - Shader

Jan 17th, 2017
7,298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. wait(.04)
  2.  
  3. local sunRays = Instance.new("SunRaysEffect",game.Lighting)
  4.  
  5. sunRays.Intensity = .25
  6. sunRays.Spread = 1
  7.  
  8. local bloom = Instance.new("BloomEffect",game.Lighting)
  9. bloom.Intensity = .86
  10. bloom.Size = 74.67
  11. bloom.Threshold = .94
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement