AvatarSettingsCollisionMode
Determines the collision geometry mode for avatars managed by
AvatarCollisionRules.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 672 | Default | 0 | Each body part uses its native collision geometry. The HumanoidRootPart,
UpperTorso, and LowerTorso collide while other parts do not. This is the
default value for | |
| 672 | SingleCollider | 1 | A single box-shaped collider part replaces all per-part collision. The
collider is welded to the HumanoidRootPart and sized by
| |
| 672 | Legacy | 2 | Collision geometry is determined by |
Description
Determines the collision geometry mode for avatars managed by
AvatarCollisionRules. AvatarSettingsCollisionMode.Default uses each
body part's native collision geometry.
AvatarSettingsCollisionMode.SingleCollider replaces per-part collision
with a single box collider welded to the HumanoidRootPart.
AvatarSettingsCollisionMode.Legacy delegates to the
LegacyCollisionMode setting.
History 4
- 672 Add SingleCollider
- 672 Add Legacy
- 672 Add Default
- 672 Add AvatarSettingsCollisionMode