In the screenshot the PlayerPrefab is the gameobject that is spawned when a player connects the server. So the root gameobject i.e PlayerPrefab has the localplayer authority. Where in the child objects the localplayerauthority is checked and still they show "isLocalPlayer" as false in the console.
So the child gameobjects are not considered as localplayer. How to solve this issue? Pls Help!