Making A Working Lighting Listener

Hello!

Over the past day, I have been working on trying to create a method to successfully change the Terrain colors over a day/night cycle, where I’ve gotten the color tween to work, but unfortunately haven’t been able to create a Lighting Listener (to detect the time when it becomes day/night). What is the best way to make this possible?
Thanks,

R3M1X

am pretty sure you could just access the time in the lighting and set a < or > so it changes when it passes thru the limit set by the sign maybe

I know how to access the time, but the problem is is that when I try to type out the time it doesn’t go through after the “:” (ex 7:00:00)

Actually, just think I got it working. I think it was because I didn’t include the “” 's outside the number, but anyways, thanks for helping!