-
I’m trying to make it so when an IntValue has hit a certain value(0) it counts down for 24 hours and after 24 hours makes the Value 2.
-
I don’t know how to do so. I think I could use os.time or tick(), but I don’t think any of these would fit what I’m trying to do(at least os.time as it uses Unix time).
-
I tried looking at the API for os.time, and it really didn’t fit what I wanted. I don’t know how I would make it so that os.time = os.time + 24 hours.
I don’t need a whole system, more just code examples or API references.