runForce = 14 * 16;
runForce = PlayerStandardArmor.runForce;
Runforce isn't the maximum speed, but rather the acceleration.maxForwardSpeed, maxBackwardSpeed, and maxSideSpeed are what you're looking for.Put runforce really high to instantly move at these max speeds.
Code: [Select]runForce = PlayerStandardArmor.runForce;