Looking everywhere, I didn’t find anything that really answered this question. I was wondering how I would get isLocalPlayer from the child of the Network Identity. The parent is the only object that is able to get the isLocalPlayer variable. I did have a temporary solution, though. I would use GetComponent to get a script that held the isLocalPlayer value. However, calling GetComponent every update feels very inefficient. Getting the script every few updates would not work either, since isLocalPlayer needs to be accessed every update in order for correct user input to work.