Hey there!
Let’s think about how real life works: let’s assume you are inside for a bit. You were gaming but now you feel you should head outside. You open your front door, step out, and feel a rush of summer information to your brain. At first, it’s too much, your eyes constrict to make sure you absorb less light. Now that you are outside looking in, your house looks mighty dark (and small, now that I can see).
This script should helps reproduce that effect by using a quintuple ray system to adjust ExposureCompensation
, Brightness
, bloom, and color correction.
You can find the script here: https://www.roblox.com/library/5139285907/Active-Lighting-Adjustment
Some caveats:
- It will delete any existing Bloom or ColorCorrection
PostEffect
. - It will override
ExposureCompensation
andBrightness
properties in Lighting. - It assumes you are using daytime dynamic lighting.
If you want to adjust some settings, lemme know! I can create a settings dictionary in the OG script.
Thanks for reading, I hoped I helped!