How do i make a Day and Night script????
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category. Why was this question closed?
timeofday
Use this, the wait() defines how long each second lasts.
wait()
local L = game.Lighting while true do game.Lighting:setMinutesAfterMidnight(game.Lighting:getMinutesAfterMidnight()+1) wait(0.1) end
Closed as Not Constructive by Articulating
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?