Outside of punishment appeals, these forums have been archived.
We hope to see you on our Discord instead!
Discord has a minimum age, found here. You may need to wait, or ask a parent to handle tickets for you.
Hey! Register here to create your account, engage with the community, and talk about what is new!
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
So i am making a game based off of jump power but i can't seem to find a way to change jump power anywhere. Am i not searching good enough or does this function not exist? -Eliaz12
you can using:
to do it, in the first slot, put a variable (preferably a LOCAL one) and in the second slot put a jump boost potion with infinite duration and -255 amp (255 jump boost actually works as expected on diamondfire, so you will still be able to jump), and in the 3rd slot put your jump strength variable and it should work, -255 might be too low to increase it 1 at a time, -5 should also disable jumping, you can try till you get the best value you want.
There is no jump power function. However, you can use Jump Boost as a potion effect to change how high people jump. Using high values (e.g. 255) for the amplifier will actually make players jump lower, if that's what you're going for.
There is no jump power function. However, you can use Jump Boost as a potion effect to change how high people jump. Using high values (e.g. 255) for the amplifier will actually make players jump lower, if that's what you're going for.
you can using:
to do it, in the first slot, put a variable (preferably a LOCAL one) and in the second slot put a jump boost potion with infinite duration and -255 amp (255 jump boost actually works as expected on diamondfire, so you will still be able to jump), and in the 3rd slot put your jump strength variable and it should work, -255 might be too low to increase it 1 at a time, -5 should also disable jumping, you can try till you get the best value you want.