I am trying to make a Quest that you can ONLY do once a day. I have a quest system and everything in place.
What is the issue? / What solutions have you tried so far?
The issue I am struggling with is trying to make it so that you can only do it once a day.
I have heard about os.time / os.date but any posts and such I tried to look for weren’t case-specific for what I am trying to do and rather confused with me even more.
You will have to compare current os.time() with the previous one you saved— if there’s no save; or the save is bigger then 24 hours, you’re gonna award them and Save the current os.time().