ID:154421
 
I know how client.eye works, but

I want it to focus on 1 mob then the person themself, but when i try

client.eye = M:loc

or

client.eye = (M:x, M:y, M:z)

it just puts them looking on a black screen.. can someone help me?
Im not sure how client.eye works entirely(havent started messing with it yet) but you could create an invisible mob to follow the other mob around

Alathon
In response to Alathon
Yet, that reply has no help to the question im asking, I apreciate the attempt, but please, An example or explination in response to my question would work much better, then an alternate path that would have no factor in what i need.

In response to SonVegitto
From the reference: "the visibility of objects is still computed from the point of view of the mob rather than the eye."

That means if the mob that the client is attached to can not see the new client.eye location, the player will see black space.

Alathon's helpful post tells you exactly how to fix the problem.