roblox how to make a day night cycle code example
Example: how to make a day/night script roblox
while wait(0.3) do
game.Lighting:SetMinutesAfterMidnight(game.Lighting:GetMinutesAfterMidnight()+1)
end
while wait(0.3) do
game.Lighting:SetMinutesAfterMidnight(game.Lighting:GetMinutesAfterMidnight()+1)
end