local max_health = LocalPlayer.GetMaxHealth();
Returns the max amount of health the player currently has
N/A
Returns the max amount of health the player currently has
LocalPlayer.SetMaxHealth(1000);
Sets the max amount of health the player currently has
- max_health: the max amount of health [double]
N/A