Hi, so right now I'm in the process of creating a loop in a different way.
So I have a start and stop button for this, right now whenever the player clicks start:
The global variable will go to 1
While the global variable is 1
Wait this amount of seconds
Add this amount to balance
Repeat
I'm having a hard time getting the repeat to work, because right now all it's doing is
Waiting the amount of seconds
Continuously Adding amount of balance without the wait after first time.