Roll Up Score Counter UI

Hello

I am currently trying to implement a “roll-up” for a score counter. The score should be counted up quickly, similar to slot machines where the points are counted up quickly. Right now it immediately shows the score, without the fast counting effect.

I added an FInterp to the UMG, and it kind of works. The problem is that the number doesn’t stay at the final score, so it keeps bouncing back and forth and I can’t figure out why.

Does anyone know what’s going wrong?