I have a time script running on Central Time and I want a script to print something when it reaches that time.
It says this in the output and it’s not print done (look below).
while true do
if game.Lighting.TimeOfDay == '1:13:00' then
print("done")
end
end
How can I fix this?