Okay, so I have a math formula. In a debug spell I use to get the value of the formula, it reads out 1240 (I believe it was, bad memory ftw). Now, I take that same math formula and put it inside another script, and it comes out -224. I don't know if it's just weird flow, how it's executed, if it's not doing the whole math problem before providing an answer or what. Any help in this would be appreciated, or even a better way to do the formula. As a breakdown of it, it's basically "required amount to level". Where x is current level, and y is required amount to level. I'll provide scripts below. The debug script, which gives an amount I am fine with. Amount shown in level menu https://drive.google.com/file/d/1hpm15tA2yDYJctlILk-Bm7-0hwBc8w6P/view Debug amount https://drive.google.com/file/d/1pYDYVFivcouZp-5ma97Xfx1pAtQiZI8Y/view