Cheat Sheet: Poses/Animations
Cheat Sheets for poses and animations
Last updated
Cheat Sheets for poses and animations
Last updated
Published: Apr 27 2024 by , based on research by Apart Last documented update: Dec 17 2024 by manavortex
You can use this to spawn poses with props.
You can use this to limit pose availability.
Adding a poseStateConfig
will cause your pose to be hidden in other circumstances. This might confuse users and lead to bug reports, so use it sparingly.
Unless indicated otherwise, none of the pose states below are available when swimming.
POSE_STATE_GROUND
Can only be used while standing on a surface.
POSE_STATE_GROUND_CROUCH
Can only be used while crouching on a surface.
POSE_STATE_AIR
Can only be used while in mid-air.
POSE_STATE_GROUND_AIR
Can only be used while on a surface or while in mid-air.
POSE_STATE_GROUND_WALK
Can only be used while walking on a surface.
POSE_STATE_GROUND_SPRINT
Can only be used while sprinting on a surface.
POSE_STATE_GROUND_ACTION
Can only be used while in combat on a surface.
POSE_STATE_SWIMMING
Can only be used while swimming.
POSE_STATE_SWIMMING_MOVING
Can only be used while swimming and moving.
POSE_STATE_CAR
Can only be used while driving a car.
POSE_STATE_BIKE
Can only be used while riding a motorcycle.
POSE_STATE_LADDER
Unused / no effect
POSE_STATE_GROUND_FLAT
Can only be used while standing on a flat surface.
POSE_STATE_GROUND_FLAT_AND_AIR
Can only be used while standing on a flat surface or while mid-air.
POSE_STATE_GROUND_FLAT_ACTION
Can only be used while standing on a flat surface and while in combat.