Script that performs action while servers are closed

You can’t run code while servers are offline, but you can use Roblox’s os API to check the date, and store it in a DataStore. Then upon their rejoining, check the DataStore to see if a day has passed.

You’ll want to be using os.date()

2 Likes