void PLAYER:AddStamina( number stamina )
Adds number to the player's stamina. Does nothing on the client.
void PLAYER:CapStamina( number stamina )
Set's the player's maximum stamina. Does nothing on the client.
number PLAYER:GetStamina()
Returns the player's current stamina.
number PLAYER:GetStaminaCap()
Returns the player's maximum stamina.
void PLAYER:SetStamina( number stamina )
Sets the player's stamina. Does nothing on the client.