Timer for Daily Rewards

Hello , how can i create a timer that saves for every player differently
Like in Daily Rewards System
or skill with high Cooldown That it’s timer won’t reset even after leaving the game

You can use datastores to store the player’s login times. When they join the game, save that os.time() to the datastore. Next time they log in, check to see if it has been a whole day.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.