So I was wondering if it was possible using Data Store (recently came out [i think]) but as USUAL ROBLOX Wikia NEVER thoroughly explains how to use their new API's so I was wondering if someone could tell me if its possible and if so how? At least explain how Data Store works? All I want is the same time cycle across all servers DD:
I'd like to point out that there's an easier solution to the day/night cycle for everywhere: os.time. Unlike tick, it returns a synchronized time on every server, so you can just do some math with that to synchronize the day/night cycle.
If you are looking at the Lighting.TimeOfDay
variable then you would save the TimeOfDay
variable in one place, which is a string so you don't need the tostring function. Then you would get the TimeOfDay variable from the DataStore, then plug it into the Lighting.TimeOfDay
on the other place. And how to use DataStores you can look at the official Roblox Wiki's page on it. Hopefully you can understand that!