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

How do I make a real time clock for a certain time in history?

Asked by 2 years ago
Edited 2 years ago

I know this might be crazy, but it feels realistic.

I got the idea from: https://devforum.roblox.com/t/help-or-daynight-cycle/761441 and: https://developer.roblox.com/en-us/api-reference/lua-docs/os

For example, I want the date and time to be 6:30 AM on June 6, 1940

0
It's the same concept as the day-night cycle. I think having it set to a certain date is useless. VitroxVox 884 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago
Edited 2 years ago

It actually think this isn't too crazy I would recommend starting by building all historical events you want and some others and some landscape changes between years (something every 5 - 10 years) on top of this you want to assign certain months to certain seasons and have it so the trees used are different and the ground used/roof etc and finally for day time/night time you choose something such as Est and assign it to in game time through scripts(you want the time to be based off time in that region)

you will also want a client gui sending this data to ever and on the server it is processed(if you want it to change for all players) to know which map to load in and for each player to have a unique map you could do processing and loading in the map on the client if you load the map in on the server you want to store all the seasonal maps in server storage if you do it on the client store them in replicated storage

for the seasons you want each season of that year to be a separate map or have a script to manage colours (a script would work better because you could make it slowly change between seasons and have less work to do to do this on the script for winter you would want invisible blocks (for snow) which become visible again) you would also want to do a bit of a check of the weather in those years

0
I appreciate your ideas, but I don't need any map/landscape changes, etc. I just need a 24 hour clock with a certain day and time in history with a date. But again, thanks for trying to help. RazorXX2 24 — 2y
0
I'll try to figure it out on my own. RazorXX2 24 — 2y
0
It's ok now. I figured it out already. Thanks for the help again. RazorXX2 24 — 2y
Ad

Answer this question