Humanoid

AutoJumpEnabled

AutoRotate

AutomaticScalingEnabled

CameraOffset

DisplayDistanceType

FloorMaterial

Health

HealthDisplayDistance

HealthDisplayType

HipHeight

Jump

JumpPower

LeftLeg

MaxHealth

MaxSlopeAngle

MoveDirection

NameDisplayDistance

NameOcclusion

PlatformStand

RigType

RightLeg

In R6 this property get the player's right leg. In R15 this gets nothing.

RootPart

SeatPart

Sit

TargetPoint

Torso

WalkSpeed

WalkToPart

WalkToPoint

maxHealth

`maxHealth` is deprecated. Use `MaxHealth` instead.

AddAccessory

AddCustomStatus

AddStatus

BuildRigFromAttachments

ChangeState

EquipTool

Takes a specified tool and equips it to the Humanoid's Character. Tool argument should be of type 'Tool'.

GetAccessories

GetBodyPartR15

Returns a Enum.BodyPartR15 given a body part in the Humanoid's Character.

GetLimb

GetPlayingAnimationTracks

GetState

GetStateEnabled

GetStatuses

HasCustomStatus

HasStatus

LoadAnimation

Move

MoveTo

Attempts to move the Humanoid and it's associated character to 'part'. 'location' is used as an offset from part's origin.

RemoveAccessories

RemoveCustomStatus

RemoveStatus

ReplaceBodyPartR15

Replaces the desired bodypart on the Humanoid's Character using a specified Enum.BodyPartR15 and BasePart. Returns a success boolean.

SetClickToWalkEnabled

SetStateEnabled

TakeDamage

Decreases health by the amount. Use this instead of changing health directly to make sure weapons are filtered for things such as ForceField(s).

UnequipTools

Takes any active gear/tools that the Humanoid is using and puts them into the backpack. This function only works on Humanoids with a corresponding Player.

loadAnimation

`loadAnimation` is deprecated. Use `LoadAnimation` instead.

takeDamage

`takeDamage` is deprecated. Use `TakeDamage` instead.

AnimationPlayed

Climbing

CustomStatusAdded

CustomStatusRemoved

Died

FallingDown

FreeFalling

GettingUp

HealthChanged

Jumping

MoveToFinished

PlatformStanding

Ragdoll

Running

Seated

StateChanged

StateEnabledChanged

StatusAdded

StatusRemoved

Strafing

Swimming

Touched