I’m planning to create a game using Bubble.io where players earn 1 game point per second. I’ve tried using the “Every 5 seconds” workflow, but it seems to consume too many WUs.
Could you advise on how to add 1 point to the existing game points each second in a more cost-effective way?
Yeah, and you can still display to the user it increasing every second, so hopefully it will achieve the use case you want. (Without updating the database every X seconds.)