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

Опубликовано: 20 Август 2024
на канале: 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