how do I make my avatar run faster and jump higher?

[Frick] Exposing
Joined 25/08/2022
Posts 16,156
05:26 PM 11/10/2022
i am making a sonic obby so this will will be helpful


oak.
Joined 28/09/2022
Posts 265
05:27 PM 11/10/2022
If you cant code java means you cant make a real game


[Frick] Exposing
Joined 25/08/2022
Posts 16,156
05:32 PM 11/10/2022
Quote from oak. , 05:27 PM 11/10/2022
If you cant code java means you cant make a real game
oh i got it nvm


Wuz
Joined 24/08/2019
Posts 8,490
02:28 AM 12/10/2022
try folding on KX 3.5

you're probably folding on a 2 at average, so if you want someone to run faster, you'd have to increase the contingence capacity


[Frick] Exposing
Joined 25/08/2022
Posts 16,156
02:28 AM 12/10/2022
Quote from Wuz , 02:28 AM 12/10/2022
try folding on KX 3.5

you're probably folding on a 2 at average, so if you want someone to run faster, you'd have to increase the contingence capacity
Oh i have no clue what that is


Wuz
Joined 24/08/2019
Posts 8,490
02:30 AM 12/10/2022
Quote from Exposing , 02:28 AM 12/10/2022
Quote from Wuz , 02:28 AM 12/10/2022
try folding on KX 3.5

you're probably folding on a 2 at average, so if you want someone to run faster, you'd have to increase the contingence capacity

Oh i have no clue what that is
yeah, I know, I made all that shit up, I have no idea about scripting.


[Frick] Exposing
Joined 25/08/2022
Posts 16,156
02:30 AM 12/10/2022
Quote from Wuz , 02:30 AM 12/10/2022
Quote from Exposing , 02:28 AM 12/10/2022
Quote from Wuz , 02:28 AM 12/10/2022
try folding on KX 3.5

you're probably folding on a 2 at average, so if you want someone to run faster, you'd have to increase the contingence capacity

Oh i have no clue what that is

yeah, I know, I made all that shit up, I have no idea about scripting.
Lmao me neither


ezg
Joined 30/10/2021
Posts 67
10:59 AM 12/10/2022
try this:

Game.on("playerJoin", (player) => {
player.setSpeed(8) // default walkspeed is 4.
})


[RWB] MixaMega
Joined 23/12/2019
Posts 435
Moderator
05:03 PM 12/10/2022
Quote from oak. , 05:27 PM 11/10/2022
If you cant code java means you cant make a real game
java ≠ javascript

also its not true, you can ask people for scripts or use scripts that other people made


[RWB] MixaMega
Joined 23/12/2019
Posts 435
Moderator
05:05 PM 12/10/2022
Quote from ezg , 10:59 AM 12/10/2022
try this:

Game.on("playerJoin", (player) => {
player.setSpeed(8) // default walkspeed is 4.
})
this ^^^
to change the jump do
player.setJumpPower(10)


[Frick] Exposing
Joined 25/08/2022
Posts 16,156
10:11 PM 13/10/2022
Quote from MixaMega , 05:05 PM 12/10/2022
Quote from ezg , 10:59 AM 12/10/2022
try this:

Game.on("playerJoin", (player) => {
player.setSpeed(8) // default walkspeed is 4.
})

this ^^^
to change the jump do
player.setJumpPower(10)
Thank you! How do I add it to my game tho? Do I just make a note pad and upload it?

1 2