Real day night cycle

Hello,

I am making a real Day/Night Cycle with a specific time zone, could anyone help me make a UTC Day/Night Cycle? (Real Time)

Sincerely,
Milk

3 Likes

Try using DateTime and have the ClockTime property in lighting equal the DateTimeā€™s Hour property, if you want it to be smooth try tweening (to simulate minutes)

3 Likes

You could use ClockTime, DateTime, or the os library. Iā€™m not too familiar with it, but it does work for real-time countdowns and events. Hope this helped!

2 Likes

Cant u use http request to get time from a website?

1 Like