Jump Height stops changing after about 6500

Hiya all,
Im creating a game revolved around jumping and for some reason after i hit about 6500 - 7000 jump height (not power) i just dont jump higher, even at 20,000 jump height.
Is there a height limit or some kind of thing that has changed recently? A few days ago i could easily jump higher but now I cant.
Please help :frowning:

video of issue - i jump twice, once at 4.5k, once at like 10k and i reach the same height.

Jump height has this limit. I think you need to use jump power.

Jump power caps at 1000, and it stays at 1000. My Jump Height value changes but does actually make any changes to the physical player height

Ah. In that case, that’s why jump height is limited as well, because jump height relies on jump power.

You’ll need to find an alternative solution.

would it be possible to use local player gravity?

That’s already possible. You can just set Workspace.Gravity through a local script.

Why does jump height exist in the first place?

I’m not sure. Probably to get calculations that depend on gravity.

1 Like