Coins Per Seconds, Money Per Seconds (DOTA, LOL CONCEPT)

Hello been wondering if there’s any tutorial or some guide on how to do a passive money system each second. Been stuck and trying some of the stuff for days. :frowning:

Example : Per second game gives you 15 coins in your coin widget.

Thank you in advance!

Hey @GLXY28!

You’ll want to use SetTimerByEvent for this! You can put it in the gamemode, once it starts, you can loop it. Then on the output of the timer you can Get: CurrentGold do a + node, add the value you’d like, and then Set: CurrentGold! :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.