hello
I would like to make a charging jump button. so basically when the player presses and holds the jump button the jump strength will charge up. the player will be able to hold it for an X amount of time.
timer = 2
jumpStre = 200
so if the player is holding the jump button and decides to release it at 1 second the jump strength will be 100.
also it would need to work with gui buttons
thanks