How to make Day and Night Cycle? - Roblox Studio Tutorial #6

Published: 20 August 2024
on channel: fil1pex
28
1

script:
------------------------------------------------
local Time = 0.001
local TimeChng = 0.001


while wait(Time) do
game.Lighting.ClockTime = game.Lighting.ClockTime + TimeChng
end
------------------------------------------------

Make sure to leave a like for more