Matching Lightning

  1. hello i want to achieve the same lightning as in the photo, But i have tried everything and nothing comes close to it how can i achieve this lightning i am not very experienced with lightning


  1. Add a film grain overlay with a gui
  2. Replace the black shadow/ambient with a darker orange to simulate GI
  3. Add dithering, heres a post that talks about it Dithering with Post-Processing Effects

other than that i feel like the rest comes down to how you place your light sources

1 Like

The kind of lighting you’re looking for is Global Illumination, which isn’t something roblox natively supports.

You can fake it by placing additional light sources around the map to fake the effect, but that’s a very manual process which can get performance heavy.

It also doesn’t look like you have LightingStyle set to Realistic which would be absolutely required for this effect, and your light also looks darker and more orange than the source.

There’s another effect which you can see on the arch, which to my knowledge just isn’t possible on Roblox, that effect being Chromatic Aberration.

And finally, other than that, there’s maybe a little lens distortion which is achievable on higher graphics qualities using a transparent sphere of glass being infront of the camera, and a lower FOV than what you’re using.

1 Like

thanks helped alot

1 Like