How do I make shadows darker in ShadowMap?

I’m using ShadowMap. I’m trying to make the shadows darker so it is more realistic for a nighttime setting. After fiddling around with the lighting properties, I can’t seem to figure out how to achieve this.

I couldn’t find any solutions that would solve my problem so far. Is there a way for me to make the shadows darker?

Make the ambient of game.Lighting 0,0,0 and the shadows will be more black

The ambient is already 0,0,0… I can’t make it any darker with that.

These are my lighting settings:

C__Users_adila_Desktop_Roblox Projects_thing.rbxl - Roblox Studio 10_29_2020 3_20_49 PM (2)

Then add a ColorCorrection in the lighting and make the tintcolor like 150,150,150

Screenshot_80

turn the EnvironmentDiffuseScale to 0,

The environmentDiffuseScale basically adds a blue tint to your game and decreases the amount of shadows in your game

1 Like

It looks like this now.

Is this the darkest it can go?

You can make the brightness and the tintcolor of the colorcorrection as low as you want. You can adjust the properties of the colorcorrection as low as you want

EDIT: This is probably the lowest you can go before making your game all black and unplayable
Screenshot_81

1 Like