Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script made by Harryboharps
- -- Shoutout to Claude
- bloom = Instance.new("BloomEffect",game.Lighting) -- BLOOM Properties
- bloom.Intensity = 1
- bloom.Size = 56
- bloom.Threshold = 0.5
- blur = Instance.new("BlurEffect",game.Lighting) -- BLUR Properties
- blur.Size = 5
- color = Instance.new("ColorCorrectionEffect",game.Ligting) -- COLORCORRECTION Properties
- color.TintColor = Color3.fromRGB(216,216,216)
- rays = Instance.new("SunRaysEffect",game.Lighting) -- SUNRAYS Properties
- rays.Intensity = 0.25
- rays.Spread = 1
- print("Shoutout to my cousin ben.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement