Why is player score reset after being saved and loaded, and then added to?

I am running into an issue where upon loading a player’s data with a save point device, the score value is reset after being changed. Here is the process in which it’s happening:

  1. Player gains some score, 5 for example
  2. Save the player data
  3. Player leaves the session
  4. New session is created and player joins that session
  5. Load player data (Player correctly has 5 score)
  6. Add a score through an elimination (Score is being added from island settings)
  7. New score shows 1 (Should be 6)

I am not sure as to if I’m doing something wrong or there is an underlying issue. I am not using anything that should directly affect the score such as a score manager, I am adding this score via a sentry with the field Score On Elimination set to 1.