Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there a way to use httpservice in this way VVVV?

Asked by 8 years ago

For example, I want to save a reward be rewarded to a player every 8 hours or so, and then when the time is up, the player is awarded next time they join.

1 answer

Log in to vote
2
Answered by 8 years ago

Yes and no.

You could use HTTP service for this using an API of some-sort.

But it'd be a lot easier to use os.time() and datastores

1
"os.time" would be better over tick since local time can change/be changed. DigitalVeer 1473 — 8y
0
Edit thanks :) YellowoTide 1992 — 8y
Ad

Answer this question