Roblox API Reference

Humanoid On DevHub

Summary

Inherits (1)

Member index (99)

Type Member History
bool AutoJumpEnabled 206 377
bool AutoRotate 147
bool AutomaticScalingEnabled 349
bool BreakJointsOnDeath 369
Vector3 CameraOffset 152
HumanoidCollisionType CollisionType 376 492
HumanoidDisplayDistanceType DisplayDistanceType 187
string DisplayName 425
bool EvaluateStateMachine 547 596
Material FloorMaterial 308
float Health
float HealthDisplayDistance 187
HumanoidHealthDisplayType HealthDisplayType 271
float HipHeight 227
string InternalDisplayName 576
bool Jump
float JumpHeight 375 377
float JumpPower 210 377
BasePart LeftLeg 272 299 329
float MaxHealth
float MaxSlopeAngle 210
Vector3 MoveDirection 163
float NameDisplayDistance 187
NameOcclusion NameOcclusion 51 55 79 78 79
bool PlatformStand
bool RequiresNeck 425
HumanoidRigType RigType 233
BasePart RightLeg 272 299 329
BasePart RootPart 299 329
BasePart SeatPart 196 329
bool Sit
Vector3 TargetPoint
BasePart Torso 272 299 329
bool UseJumpPower 375 377
float WalkSpeed
BasePart WalkToPart 329
Vector3 WalkToPoint
float maxHealth 68
null AddAccessory (Instance accessory) 265 264 265 573
bool AddCustomStatus (string status) 208
bool AddStatus (Status status = Poison) 208
null ApplyDescription (HumanoidDescription humanoidDescription, AssetTypeVerification assetTypeVerification = Default) 366 453 452 454 486 573
null ApplyDescriptionClientServer (HumanoidDescription humanoidDescription) 382 486 573
null ApplyDescriptionReset (HumanoidDescription humanoidDescription, AssetTypeVerification assetTypeVerification = Default) 524 573
null BuildRigFromAttachments () 290 573
null CacheDefaults () 366 573
null ChangeState (HumanoidStateType state = None) 147 573
null EquipTool (Instance tool) 51 55 79 78 79 573
Array GetAccessories () 265 264 265
Vector3 GetAccessoryHandleScale (Instance instance, BodyPartR15 partType) 494
HumanoidDescription GetAppliedDescription () 366 486
BodyPartR15 GetBodyPartR15 (Instance part) 348
Limb GetLimb (Instance part) 265 264 265
Vector3 GetMoveVelocity () 583
Array GetPlayingAnimationTracks () 205 453 452 454
HumanoidStateType GetState () 147
bool GetStateEnabled (HumanoidStateType state) 205
Array GetStatuses () 208
bool HasCustomStatus (string status) 208
bool HasStatus (Status status = Poison) 208
AnimationTrack LoadAnimation (Animation animation) 453 452 454 486 486
null Move (Vector3 moveDirection, bool relativeToCamera = false) 163 573
null MoveTo (Vector3 location, Instance part = nil) 55 148 573
bool PlayEmote (string emoteName) 384
Tuple PlayEmoteAndGetAnimTrackById (int64 emoteId) 458
null RemoveAccessories () 265 264 265 573
bool RemoveCustomStatus (string status) 208
bool RemoveStatus (Status status = Poison) 208
bool ReplaceBodyPartR15 (BodyPartR15 bodyPart, BasePart part) 348 486
null SetClickToWalkEnabled (bool enabled) 573
null SetStateEnabled (HumanoidStateType state, bool enabled) 205 573
null TakeDamage (float amount) 55 573
null UnequipTools () 51 55 79 78 79 573
AnimationTrack loadAnimation (Animation animation) 49 486 486
null takeDamage (float amount) 49 573
AnimationPlayed (AnimationTrack animationTrack) 204 453 452 454 486
Climbing (float speed)
ClusterCompositionFinished () 485
CustomStatusAdded (string status) 208
CustomStatusRemoved (string status) 208
Died ()
EmoteTriggered (bool success, AnimationTrack animationTrack) 539 541
FallingDown (bool active)
FreeFalling (bool active)
GettingUp (bool active)
HealthChanged (float health)
Jumping (bool active)
MoveToFinished (bool reached) 187
PlatformStanding (bool active)
Ragdoll (bool active) 57
Running (float speed)
Seated (bool active, BasePart currentSeatPart) 196 486
StateChanged (HumanoidStateType old, HumanoidStateType new) 147
StateEnabledChanged (HumanoidStateType state, bool isEnabled) 231
StatusAdded (Status status) 208
StatusRemoved (Status status) 208
Strafing (bool active)
Swimming (float speed) 61
Touched (BasePart touchingPart, BasePart humanoidPart) 265 264 265 486
57 members inherited from Instance

Removed member index (3)

Type Member History
int RagdollCriteria 55 59 58 59
null ApplyDescriptionBlocking (HumanoidDescription humanoidDescription) 452 486 573 596
bool PlayEmoteById (string emoteName, int64 emoteId) 394 463

History

Members

AddAccessory On DevHub

Name Type Default
accessory Instance none

History

AddCustomStatus On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status string none

History

Tags: [Deprecated]

AddStatus On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status Status Poison

History

Tags: [Deprecated]

AnimationPlayed On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
animationTrack AnimationTrack none

History

Tags: [Deprecated]

ApplyDescription On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
humanoidDescription HumanoidDescription none
assetTypeVerification AssetTypeVerification Default

History

Tags: [Yields]

ApplyDescriptionClientServer On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
humanoidDescription HumanoidDescription none

History

Tags: [Yields]

ApplyDescriptionReset On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
humanoidDescription HumanoidDescription none
assetTypeVerification AssetTypeVerification Default

History

Tags: [Yields]

AutoJumpEnabled On DevHub

History

AutoRotate On DevHub

History

AutomaticScalingEnabled On DevHub

History

BreakJointsOnDeath On DevHub

History

BuildRigFromAttachments On DevHub

Name Type Default
No parameters.

History

CacheDefaults On DevHub

Name Type Default
No parameters.

History

CameraOffset On DevHub

History

ChangeState On DevHub

Name Type Default
state HumanoidStateType None

History

Climbing On DevHub

Name Type Default
speed float none

ClusterCompositionFinished On DevHub

Name Type Default
No parameters.

History

CollisionType On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.

History

Tags: [Deprecated]

CustomStatusAdded On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status string none

History

Tags: [Deprecated]

CustomStatusRemoved On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status string none

History

Tags: [Deprecated]

Died On DevHub

Name Type Default
No parameters.

DisplayDistanceType On DevHub

History

DisplayName On DevHub

History

EmoteTriggered On DevHub

Name Type Default
success bool none
animationTrack AnimationTrack none

History

EquipTool On DevHub

Name Type Default
tool Instance none

History

EvaluateStateMachine On DevHub

History

FallingDown On DevHub

Name Type Default
active bool none

FloorMaterial On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

FreeFalling On DevHub

Name Type Default
active bool none

GetAccessories On DevHub

Name Type Default
No parameters.

History

GetAccessoryHandleScale On DevHub

Name Type Default
instance Instance none
partType BodyPartR15 none

History

GetAppliedDescription On DevHub

Name Type Default
No parameters.

History

GetBodyPartR15 On DevHub

Name Type Default
part Instance none

History

GetLimb On DevHub

Name Type Default
part Instance none

History

GetMoveVelocity On DevHub

This item is not browsable. It is not visible in Studio's object browser.
Name Type Default
No parameters.

History

Tags: [NotBrowsable]

GetPlayingAnimationTracks On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
No parameters.

History

Tags: [Deprecated]

GetState On DevHub

Name Type Default
No parameters.

History

GetStateEnabled On DevHub

Name Type Default
state HumanoidStateType none

History

GetStatuses On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
No parameters.

History

Tags: [Deprecated]

GettingUp On DevHub

Name Type Default
active bool none

HasCustomStatus On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status string none

History

Tags: [Deprecated]

HasStatus On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status Status Poison

History

Tags: [Deprecated]

Health On DevHub

This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotReplicated]

HealthChanged On DevHub

Name Type Default
health float none

HealthDisplayDistance On DevHub

History

HealthDisplayType On DevHub

History

HipHeight On DevHub

History

InternalDisplayName On DevHub

This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, NotReplicated]

Jump On DevHub

This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotReplicated]

JumpHeight On DevHub

History

JumpPower On DevHub

History

Jumping On DevHub

Name Type Default
active bool none

LeftLeg On DevHub

This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, NotReplicated, Deprecated]

LoadAnimation On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
animation Animation none

History

Tags: [Deprecated]

MaxHealth On DevHub

MaxSlopeAngle On DevHub

History

Move On DevHub

Name Type Default
moveDirection Vector3 none
relativeToCamera bool false

History

MoveDirection On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

MoveTo On DevHub

Name Type Default
location Vector3 none
part Instance nil

History

MoveToFinished On DevHub

Name Type Default
reached bool none

History

NameDisplayDistance On DevHub

History

NameOcclusion On DevHub

History

PlatformStand On DevHub

PlatformStanding On DevHub

Name Type Default
active bool none

PlayEmote On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
emoteName string none

History

Tags: [Yields]

PlayEmoteAndGetAnimTrackById On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
emoteId int64 none

History

Tags: [Yields]

Ragdoll On DevHub

Name Type Default
active bool none

History

RemoveAccessories On DevHub

Name Type Default
No parameters.

History

RemoveCustomStatus On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status string none

History

Tags: [Deprecated]

RemoveStatus On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status Status Poison

History

Tags: [Deprecated]

ReplaceBodyPartR15 On DevHub

Name Type Default
bodyPart BodyPartR15 none
part BasePart none

History

RequiresNeck On DevHub

History

RigType On DevHub

History

RightLeg On DevHub

This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, NotReplicated, Deprecated]

RootPart On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

Running On DevHub

Name Type Default
speed float none

SeatPart On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

Seated On DevHub

Name Type Default
active bool none
currentSeatPart BasePart none

History

SetClickToWalkEnabled On DevHub

Name Type Default
enabled bool none

History

SetStateEnabled On DevHub

Name Type Default
state HumanoidStateType none
enabled bool none

History

Sit On DevHub

StateChanged On DevHub

Name Type Default
old HumanoidStateType none
new HumanoidStateType none

History

StateEnabledChanged On DevHub

Name Type Default
state HumanoidStateType none
isEnabled bool none

History

StatusAdded On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status Status none

History

Tags: [Deprecated]

StatusRemoved On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
status Status none

History

Tags: [Deprecated]

Strafing On DevHub

Name Type Default
active bool none

Swimming On DevHub

Name Type Default
speed float none

History

TakeDamage On DevHub

Name Type Default
amount float none

History

TargetPoint On DevHub

Torso On DevHub

This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, NotReplicated, Deprecated]

Touched On DevHub

Name Type Default
touchingPart BasePart none
humanoidPart BasePart none

History

UnequipTools On DevHub

Name Type Default
No parameters.

History

UseJumpPower On DevHub

History

WalkSpeed On DevHub

WalkToPart On DevHub

History

WalkToPoint On DevHub

loadAnimation On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
animation Animation none

History

Tags: [Deprecated]

maxHealth On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [NotReplicated, Deprecated]

takeDamage On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
amount float none

History

Tags: [Deprecated]

Removed members

ApplyDescriptionBlocking

Name Type Default
humanoidDescription HumanoidDescription none

History

PlayEmoteById

This function yields. It will block the calling thread until completion.
Name Type Default
emoteName string none
emoteId int64 none

History

Tags: [Yields]

RagdollCriteria

This member is hidden. It is not meant to be used, and may have unresolved issues.

History

Tags: [Hidden]

Relevant classes (5)

Relevant enums (11)

Relevant members (4)