How do I make my game even darker to fit the horror theme for my game

unknown-139
Hi i need help with how I could make my game even darker I already made the brightness to 0 and the clock time all the way down but I don’t think it’s quite dark enough yet

4 Likes

i guess change the contrast up a lil.
color correction darker

https://create.roblox.com/docs/building-and-visuals/lighting-and-effects/lighting-properties

https://create.roblox.com/docs/reference/engine/classes/Lighting

Lighting.Ambient shades indoor areas darker.

Just try playing around and experimenting with the properties of Lighting.

1 Like

Sure I will try it out and see the outcome :slight_smile:

3 Likes

pretty strange that you didn’t look nicely into lighting properties, ambient is just underneath brightness, fog for example

Thanks for the tip I should go check it out

I agree with @Dan_Ronity. ColorCorrection would do the trick.

Turn your screen brightness down, that’ll make it a lot darker. Or you can turn your monitor off, but that might be too dark…

2 Likes

Insert a ColorCorrectionEffect into Workspace > Lighting and turn down the brightness

Find a night sky, then add a colorcorrection effect and set tintcolor to 0,0,0.

So we all agree using color correction right ?

1 Like

new idea, i just found out.

you can change exposure compensation amount (in game.Lighting) lower

1 Like