I am making a game that uses the lighting time system. I want the night to be very dark. But then after sun has been down for about a minute it gets very bright again; The moon appears. Is there any way to change the moon brightness so it would only give a little bit of light or maybe remove it entirely? It really is a gamebreaker so I hope there is.
5 Likes
You could change Lighting.Brightness
value down (say, 0.8
if you want it to be really dark) when the night appears, and revert everything once the sun rises back again
1 Like
As far as I know, you can’t change the moon brightness. You’ll have to mess around with Lighting properties like Brightness
and ExposureCompensation
which both would allow you to affect the brightness/darkness of your game.
Honestly, Roblox need to add properties to control the moon brightness, it should at the very least fade in like with sunlight as the sun rises, and the brightness of the moon should be controllable. But I doubt they’ll give us anything nice like that.
6 Likes