void OnTriggerStay(Collider other) { playerTags.add("grounded"); }
void OnTriggerEnter(Collider other) { playerTags.add("climbing"); }