hi, i was wondering if there was any way i could remove the limit on the players movement speed when they wear heavy plated armor. but can't find any source to do this. does anyone know of anyway this is possible? thanks!
Preventing heavy armor from slowing down player?
There is a variable in BasePlayer called BasePlayer.clothingMoveSpeedReduction as a float. Try getting the player's clothingMoveSpeedReduction before they add heavy armor, then set it to that value after they put on the heavy armor. Not sure if this will work because maybe other private methods in BasePlayer modify/alter that variable.