Закинь в вокспейс (скрипт)
В этот скрипт помести два звука day,night
local ds =
script.day --песня дня
local ns =script.night --песня ночи
local time = game.Lighting.TimeOfDay
while true do
wait(.1) --что бы не крашнулось
if time.TimeOfDay == [0:0:0] then
ds:Stop()
ns:Play()
else if if time.TimeOfDay == [12:30:00] then
ds:Play()
ns:Stop()
end
end
--надеюсь работает написал без студии