Increment score whilst overlapping collision

Hello,

I am using the overlap event to increase the players score. However, this method is only called “ONCE” when the user is in the overlap of the collision.

How can I make it that the users score increments one by one instead of once?

-Mo

As a function of time? Have your begin overlap node start a timer by function, event, etc. Set the time (and looping) Then have this function increment the player score. Make sure to have a EndOverlap node, and stop the timer here. Hope this helps. -rn

+1 this, so simple! Thanks for this! I will try, and get back to you!

No problem. If it works for you, make sure to mark the question as answered.