how to switch the first person coontroller??

if i have three character with first person controller, i want to press Q, E, R to switch the character control...thank you so much

look in the scripting manual about GameObject.active and Component.enabled. Use that and put it under if statements that see if a key is pressed or not.