Why my integer is bugging out

What is “bugging out” when testing?
I see you are adding 1 to a Score variable stored on the floor tile BP, are you getting the value of the player’s score from somewhere else in your event graph? Otherwise during the cast you pictured, get the variable from the player and add 1 to it, then set it to that value.