Getting game default Jump Power/Height

The Problem:
I’m looking for a way to be able to get the game default values for the jump power/height.
After looking through the Developer API reference, I didn’t find anything about being able to get any such properties.

Side Note:
I’ve also noticed there no class in the API reference called game, although there exists things such as game.selection. Is there possible something I’m not seeing in the API reference with regard to this class?

1 Like

StarterPlayer.CharacterJumpHeight
StarterPlayer.CharacterJumpPower
StarterPlayer.CharacterUseJumpPower

think thats what you want

2 Likes