#I need help with time and timeofday

1 messages · Page 1 of 1 (latest)

hollow lotus
#

I don’t specialize in lighting and today was the first time I tried it. For some reason, when I try to change it through a script by using time of day or clock time it doesn’t work. I make a script that directly changes it similar to this “ClockTime.Time = 123123” and absolutely nothing changes. (Imagine I added a clocktime variable going to timeofday or something) but when I print it, it shows the value after I changed it. Help? I’m an amateur scripter btw #1020374354867007528

pliant condor
#

if your changing a lighting value its just Lighting.ClockTime = num here

umbral gate
#
local ClockTime = game:GetService("Lighting").ClockTime
ClockTime = 12 -- ts is day
#

this would be whats needed

#

or just

#
Lighting.Clocktime = 12