Hi, I am looking at the jetpack example that is included in the "examples" section and it is cool and all, but it uses separate buttons for the jumping and the jetpack. I would like to do something similar, but having it so that the jetpack is initiated with the same jump button, but only if the player is already jumping. I tried to modify it to do this, as in theory it seems like it shouldn't be too difficult, but in practise I can't work out how to do it, probably due to how the jump inputs are handled - which is probably why the example was done with separate buttons. Has anyone done something similar to this? Or know how I could modify that jetpack code to do what I need? I can only seem to get it to either jump normally or just go full jetpack, not both. Thanks in advance!