First person to Third person

I made a Character BP with two meshse, one first person mesh and the other third person mesh.
What I basically did is the first person mesh is hidden and the third person mesh is visible, but I want to make it so the local player see himself as the first person mesh and the third person goes hidden. (it basically switch)
So I made a branch with " Is locally controlled" and it works but just for the server and the client stays with the default third person.
I even tried this : http://i.imgur.com/CYvnNK6.png and still the same

There are 2 check boxes in the mesh “Rendering” properties (you might have to hit the dropdown to display everything). One is Only Owner See and Owner No See. Set the 3rd person Mesh as Owner No See, and the First person as Only Owner See.

Lol …
Thank you so much dude!

No Problem!