Pickups blueprint not working. What am I doing wrong?

I’m trying to create a 2D side-scroller with sprites that the player can pickup along the way. I’ve tried to make it so that when they collect a pickup it shows on the HUD like this “Collected: 2” increasing by one the more pickups are collected. The only problem is that I can’t get the blueprints (shown below) to work, does anyone know what I’m doing wrong?

just change text color
and to prevent that your collectible overlaps other objects , cast “Other Actor” to your player BP

That worked. Thank you.