ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
-- Roblox Graphics Enhancher\r\nlocal light = game.Lighting\r\nfor i, v in pairs(light:GetChildren()) do\r\n v:Destroy()\r\nend\r\n\r\nlocal ter = workspace.Terrain\r\nlocal color = Instance.new(\"ColorCorrectionEffect\")\r\nlocal bloom = Instance.new(\"BloomEffect\")\r\nlocal sun = Instance.new(\"SunRaysEffect\")\r\nlocal blur = Instance.new(\"BlurEffect\")\r\n\r\ncolor.Parent = light\r\nbloom.Parent = light\r\nsun.Parent = light\r\nblur.Parent = light\r\n\r\n-- enable or disable shit\r\n\r\nlocal config = {\r\n\r\n Terrain = true;\r\n ColorCorrection = true;\r\n Sun = true;\r\n Lighting = true;\r\n BloomEffect = true;\r\n \r\n}\r\n\r\n-- settings {\r\n\r\ncolor.Enabled = false\r\ncolor.Contrast = 0.15\r\ncolor.Brightness = 0.1\r\ncolor.Saturation = 0.25\r\ncolor.TintColor = Color3.fromRGB(255, 222, 211)\r\n\r\nbloom.Enabled = false\r\nbloom.Intensity = 0.1\r\n\r\nsun.Enabled = false\r\nsun.Intensity = 0.2\r\nsun.Spread = 1\r\n\r\nbloom.Enabled = false\r\nbloom.Intensity = 0.05\r\nbloom.Size = 32\r\nbloom.Threshold = 1\r\n\r\nblur.Enabled = false\r\nblur.Size = 6\r\n\r\n-- settings }\r\n\r\n\r\nif config.ColorCorrection then\r\n color.Enabled = true\r\nend\r\n\r\n\r\nif config.Sun then\r\n sun.Enabled = true\r\nend\r\n\r\n\r\nif config.Terrain then\r\n -- settings {\r\n ter.WaterColor = Color3.fromRGB(10, 10, 24)\r\n ter.WaterWaveSize = 0.15\r\n ter.WaterWaveSpeed = 22\r\n ter.WaterTransparency = 1\r\n ter.WaterReflectance = 0.05\r\n -- settings }\r\nend\r\n\r\n\r\nif config.Lighting then\r\n -- settings {\r\n light.Ambient = Color3.fromRGB(0, 0, 0)\r\n light.Brightness = 4\r\n light.ColorShift_Bottom = Color3.fromRGB(0, 0, 0)\r\n light.ColorShift_Top = Color3.fromRGB(0, 0, 0)\r\n light.ExposureCompensation = 0\r\n light.FogColor = Color3.fromRGB(132, 132, 132)\r\n light.GlobalShadows = true\r\n light.OutdoorAmbient = Color3.fromRGB(112, 117, 128)\r\n light.Outlines = false\r\n -- settings }\r\nend
Password
Anyone with the link will still need this password to view.
Expires
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel