local climb = LocalPlayer.GetClimbHeight();
Returns how many pixels the player can climb
N/A
Returns how many pixels the player can climb
LocalPlayer.SetClimbHeight(100);
Sets the amount of air the player currently has, defaults to 4
- climb_height: the amount of pixels the player will "climb" [int]
N/A