I'm currently trying to make a mechanic where you would swap between two characters, having control of one character and with the press of a button you would swap to the other character, i've tried having it as a boolean instance variable for the two characters so when the button would be pressed it the player would have control of the other character but it doesn't seem to work. I was wondering if i could get some help with what could be done to get it working.