change camera to another player (multiplayer game)

hi, I wanna make a multiplayer game, and 1 button to change the camera view if another player... like cs when u died u can see the cameras of the enemy but without control then... but I can't O.o

i cant acess the other cameras and i dont know what to do u.u

ty for any helps

you need to use an event trigger ti unload your current camera and move to another one, have a look at the lerpz demo something similar happens at a game over screen the camera detaches from the main character and is set on a to a second camera

use camera.enabled and disable the control components (mouselook etc.) clientside without any rpc functions.