Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AvatarSettingsJumpMode

Determines whether the avatar jump setting for an experience is configured using jump height (studs) or jump power (force).

Items 2

HistoryNameValueDescription
672JumpHeight0

The avatar jump is configured using Humanoid.JumpHeight, which specifies the target jump height in studs. Corresponds to Humanoid.UseJumpPower being false.

672JumpPower1

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

Settings