Alright so this might be a complicated explanation but here’s the issue.
This part of the code is pretty basic: once the level loads, calculate which level of the game we should be on and send input to that level.
This next part is basically just for orginazation purposes, but it takes that input and splits it into two inputs that go into the “calc lowscore” block.
Here is where I THINK the issue is, but because I haven’t been able to figure out the issue I’m not 100% sure

The issue for me is that sometimes it will update immediatly, but sometimes it only updates the SECOND time that the level is loaded. I’m not sure why it does this incosistently, but if anyone has any tips or can figure it out it would be GREATLY appreciated. (: