Since you're displaying text every tick, try using dt instead of a solid number.
You'll probably want 2 variables: Score and Score_Display. Then when Score is greater than Score_Display, have it add 100*dt to Score_Display.
This way, the text shows the Score_Display variable every tick, and every tick it constantly adds to the variable until the score is the same.