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
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
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)
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!
Cant u use http request to get time from a website?