HumanoidStateType

Identifies, reads and sets the physics control state of a Humanoid. Humanoid:GetState() and Humanoid:ChangeState() methods, as well as the Humanoid.StateChanged event currently use this Enum.

Some states only allow manual setting, and allow a developer to make the Humanoid relinquish control of its character.

When altering the Humanoid of a player, this should be done from a LocalScript ran by that player on their local client. Certain states only work when set by the owner process (client or server). (Dead for example)

Items

NameValueSummary
FallingDown0
Ragdoll1
GettingUp2
Jumping3
Swimming4
Freefall5
Flying6
Landed7
Running8
RunningNoPhysics10
StrafingNoPhysics11
Climbing12
Seated13
PlatformStanding14
Dead15
Physics16
None18