Тёмный

How To make A Day And Night Cycle in Roblox Studio 

MoreKeyHitt
Подписаться 319
Просмотров 918
50% 1

Hope You Like It :D
Script -
-- Get the Lighting service
local lighting = game:GetService("Lighting")
local dayLength = 15 -- Change this to the length of your day in seconds
local nightLength = 15 -- Change this to the length of your night in seconds
while true do
-- Day time: 6 AM to 6 PM
for i = 6 * 60, 18 * 60 do
lighting:SetMinutesAfterMidnight(i)
wait(dayLength / (12 * 60))
end
-- Night time: 6 PM to 6 AM
for i = 18 * 60, 24 * 60 do
lighting:SetMinutesAfterMidnight(i)
wait(nightLength / (12 * 60))
end
for i = 0, 6 * 60 do
lighting:SetMinutesAfterMidnight(i)
wait(nightLength / (12 * 60))
end
end

Опубликовано:

 

16 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@n0t_jason
@n0t_jason 16 дней назад
so straight forward, you earned a sub :)
@AllDemonsHaveWings
@AllDemonsHaveWings 26 дней назад
How much does the 15 represent? (Like 15 seconds/15 minutes).
@MoreKeyHitt
@MoreKeyHitt 26 дней назад
should be in seconds
@Caution681
@Caution681 13 дней назад
-- Get the Lighting service local lighting = game:GetService("Lighting") local dayLength = 15 -- Change this to the length of your day in seconds local nightLength = 15 -- Change this to the length of your night in seconds while true do -- Day time: 6 AM to 6 PM for i = 6 * 60, 18 * 60 do lighting:SetMinutesAfterMidnight(i) wait(dayLength / (12 * 60)) end -- Night time: 6 PM to 6 AM for i = 18 * 60, 24 * 60 do lighting:SetMinutesAfterMidnight(i) wait(nightLength / (12 * 60)) end for i = 0, 6 * 60 do lighting:SetMinutesAfterMidnight(i) wait(nightLength / (12 * 60)) end end
Далее
Pro Editor Uses CAPCUT For A Day...
6:07
Просмотров 1,7 млн
They got a Golden Buzzer 🤣✨
00:46
Просмотров 26 млн
Elden Ring DLC - ПОДОЖГЛО ПОПУ!
07:26
Просмотров 529 тыс.
I tried Discord Bot Makers...
14:19
Просмотров 106 тыс.
Can AI Code Minecraft? Watch ChatGPT Try
8:06
Просмотров 1,2 млн
Using My OLD HACKS!
14:29
Просмотров 285 тыс.
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Просмотров 56 тыс.
The biggest lie in video games
15:18
Просмотров 1,6 млн