Custom time system is useful when you need to do shifts or just need a time for realism, etc but you do not need the actual time within game.Lighting to change (you have no access in game to the outside and you have isolated building and you need dark lighting etc).
Installation tutorial:
Download the file and drag it into your studio.
CustomTimeSystem.rbxm (33.6 KB)
Move “Time” script into ServerScriptService.
Move “_TIME” value into ReplicatedStorage
Move the clocks to wherever you need.
Duplicate clocks if you need.
Also if you want to change how fast seconds will change adjust the “Time” script.
Starting time will be random! If you need specific time set cntr
variable in script to 0-86400
(0
- 00:00:00
, 86400
- 24:00:00
)
time automatically resets to 0 after 00:00:00
Heres a demo video showing how it actually works:
Current cfg: 1 second = 0.25 seconds
omg… that quality…
Hope it helps!