ID:174861
 
How do I make it so another player's client.eye or whatever follows any play they want to observe and then when they are done it moves the client.eye back to their person
client.eye = the target
client.perspective = EYE_PERSPECTIVE

then to reset it...

client.eye = usr
client.perspective = MOB_PERSPECTIVE
In response to Da_Rushyo
Thanks! What i tried didnt work it just made the scren go black..