I'm making a survival game and temperature is going be based off of the TimeOfDay so could I use TimeOfDay to make a day and night script?
Yes. Just set the temperature it'll be after that hour, example:
1
if
game.Lighting.TimeOfDay
=
"12:00:00"
then
2
temp.Value
40
3
end