Setting CharacterMaxJumpPower not working

For some reason trying to set the CharacterMaxJumpPower is not doing anything. I have no idea why. It works perfectly fine in other games, but not the one I need it in. Please tell me if you have a solution.

(I don’t know what category this should be in, so I’m sorry if it’s wrong.)

I can’t find a CharacterMaxJumpPower property anywhere in the developer hub. Do you mean StarterPlayer.CharacterJumpPower?

If so, then check to see if there’s a humanoid named StarterHumanoid in StarterPlayer. The humanoid’s WalkSpeed may override the property.

There is no MaxJumpPower it is only JumpPower. The minimum is 0 and the maximum is 1000

Take in mind there is no “Max Walkspeed” either