void OnTriggerExit(Collider other) { playerTags.remove("grounded"); }
void OnTriggerExit(Collider other) { playerTags.remove("climbing"); }