Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Having trouble with changing the time, how do I change it?

Asked by 4 years ago
Edited 4 years ago

I've tried making scripts to change the time, but it just doesn't seem to work. I tried changing clock time, and time of day but it doesn't work. What am I suppose to use to change the time?

1 answer

Log in to vote
1
Answered by
Tusi_1 17
4 years ago
Edited 4 years ago

The roblox use ,,MinutesAfterMidnight " for hour ! For example 10:00 is 10 * 60 for roblox

minutesAfterMidnight = 600

while true do

    minutesAfterMidnight = minutesAfterMidnight + 3
    game.Lighting:SetMinutesAfterMidnight(minutesAfterMidnight)
    wait(1)
end
0
Try this !!! Tusi_1 17 — 4y
0
Doesn't work... zandefear4 90 — 4y
0
Try this ! Tusi_1 17 — 4y
0
Put the script in the Workspace !!! If too slow change the + 3 !!! to bigger number ! Tusi_1 17 — 4y
View all comments (4 more)
0
Thanks! zandefear4 90 — 4y
0
Or change the number in Wait !!!! Frend in roblox ??? Tusi_1 17 — 4y
0
I changed the wait 0.1, and the + value to 0.8 zandefear4 90 — 4y
0
Roblox Frend ?? I sended ! Tusi_1 17 — 4y
Ad

Answer this question