I have a very simple upgrade button in my game that increases the players' health but when I press it the health variable goes up by thousands at a time, I'm using the Left Pressed event. (oPlayer.Hp += 1;)
I've tried using a button cooldown variable with an alarm, but that didn't work.