humanoid
Functions to get property information from humanoid.
instance health -> float
Gets the humanoid health of the character.
instance max_health -> float
Gets the maximum health of the character.
instance get_rigtype() -> rig_type
Gets the rig type.
instance move_direction -> vector3
Gets the direction of the character.
instance jumppower -> float
Gets the jumppower of the character.
instance set_jumppower(float) -> void
Sets the jumppower of the character.
instance hipheight -> float
Gets the hipheight of the character.
instance set_hipheight(float) -> void
Sets the hipheight of the character.
instance walkspeed -> float
Gets the walkspeed of the character.
instance set_walkspeed(float) -> void
Sets the walkspeed of the character.
instance sit -> bool
Gets the sit state of the character.
instance set_sit(bool) -> void
Sets the sit state of the character.
instance get_state() -> humanoid_state
Gets the current humanoid state.
Example
Last updated