main.keyreleased = function(key, scancode) if scancode == button.a then character.bola.actionA = false end if scancode == button.left then character.bola.actionLeft = false end if scancode == button.right then character.bola.actionRight = false end if scancode == button.up then character.bola.actionUp = false end if scancode == button.down then character.bola.actionDown = false end if scancode == button.b then character.bola.actionB = false end if scancode == button.a then character.bola.actionA = false if character.bola.jump.velocity ~= 0 then character.bola.jump.limitButtonJump = true end end end