I am thinking something like
while true do game.Workspace.Lighting.TimeOfDay = (01:34) end
Like adding more times to it I mean from those times
You can continually add time by doing this:
while true do wait(1) game.Lighting:SetMinutesAfterMidnight(game.Lighting:GetMinutesAfterMidnight + 1) end
Here you go
while true do game.Workspace.Lighting.TimeOfDay = (01:34) end------change (01:34) to the time u want