Advertisement
Guest User

Roblox Enhanced Graphics Script

a guest
Jan 10th, 2020
15,941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. -- Script made by Harryboharps
  2. -- Shoutout to Claude
  3.  
  4. bloom = Instance.new("BloomEffect",game.Lighting) -- BLOOM Properties
  5. bloom.Intensity = 1
  6. bloom.Size = 56
  7. bloom.Threshold = 0.5
  8.  
  9. blur = Instance.new("BlurEffect",game.Lighting) -- BLUR Properties
  10. blur.Size = 5
  11.  
  12. color = Instance.new("ColorCorrectionEffect",game.Ligting) -- COLORCORRECTION Properties
  13. color.TintColor = Color3.fromRGB(216,216,216)
  14.  
  15. rays = Instance.new("SunRaysEffect",game.Lighting) -- SUNRAYS Properties
  16. rays.Intensity = 0.25
  17. rays.Spread = 1
  18.  
  19. print("Shoutout to my cousin ben.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement