Accessing an updating variable from another script for UI

Both your PlayerScript and ScoreManager
have their own speedincreasepointcount and they don’t share this value in any way, they just have the same name.
What you want to do in the ScoreManager is to access the score from the PlayerScript, see below for example.

Formatting code for the forums;

Access variable from another script;