So i'm trying to make increasing knockback in my game, as in the more times you've been hit, the more pushed back you are per a hit (kinda like Smash Bros), i tried using vector x mixed with variables that increased because it kinda did what i wanted, but i quickly realized an issue, it had appeared that vector x had a max value, i tested by moving the number to 1,000,000 and it did nothing more than 500, is there a way to bypass this limitation and increase the knockback farther, or is it going to stay limited? also, it appears to be kinda randomized as is, like the knock back is going up and down.... which i find kinda weird, is Vector X actually the way to go, if so how do i fix it, if not, then what do i use?