Very Simple Jump Buffering
Posted: Sun Jun 05, 2022 6:18 pm
I made a very simple jump buffering thing, it works with two players too if someone's interested.
Woop, gif time:
There's not much to it, you just hold jump before landing and you'll automatically jump.
There is, however, a variable that you can switch to true if you'd like to always jump when holding the jump button:
But it kinda sucks though why would you do that?
Anyways enjoy! Here's the pastebin:
https://pastebin.com/hAKJf8EM
Woop, gif time:
Spoiler: show
There's not much to it, you just hold jump before landing and you'll automatically jump.
There is, however, a variable that you can switch to true if you'd like to always jump when holding the jump button:
Code: Select all
bufferJump.always = true
Anyways enjoy! Here's the pastebin:
https://pastebin.com/hAKJf8EM