AvatarSettingsJumpMode
Determines whether the avatar jump setting for an experience is configured using jump height (studs) or jump power (force).
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 672 | JumpHeight | 0 | The avatar jump is configured using Humanoid.JumpHeight, which specifies the target jump height in studs. Corresponds to Humanoid.UseJumpPower being false. | |
| 672 | JumpPower | 1 | The avatar jump is configured using Humanoid.JumpPower, which applies an upward force to the character. Corresponds to Humanoid.UseJumpPower being true. |
Description
Determines whether the avatar jump setting for an experience is configured
using jump height (in studs) or jump power (as an upward force). Maps to
Humanoid.UseJumpPower: AvatarSettingsJumpMode.JumpHeight sets
UseJumpPower to false so that Humanoid.JumpHeight is used, while
AvatarSettingsJumpMode.JumpPower sets UseJumpPower to true so that
Humanoid.JumpPower is used.
History 3
- 672 Add JumpPower
- 672 Add JumpHeight
- 672 Add AvatarSettingsJumpMode