I'd like to disable players collision with only certain objects while flagged as jumping but disabling the players collisions lets player jump over anything and disabling collisions from walls does work for player but means I can't have anything else that could collide with it.
So how do I make it so that the walls ignore player but not everything else?