PlayerLocomotionIsJumpEnabledOn this pagePlayerLocomotion.IsJumpEnabled() Checks if the jumping is enabled. Returns true if the jumping is enabled. Returns: typeDescriptionbooleantrue if the jumping is enabled. Usage ---@type PlayerLocomotionlocal playerlocomotion;local val0 = playerlocomotion.IsJumpEnabled()