I am trying to figure out how I can do something like Daily Rewards, or Daily Challenges? I don’t know how to start, since I am really wanting to use Daily Challenges in my game. Let me know if you have any advice on how I can script it.
you need to use datastoreservice and save os.time() and in order to get it to os.time() - datastore:getasync and after that do if timeleft >= timeinseconds then --reward and thats it