# Network Owner Checker

{% hint style="danger" %}
**Network Owner Checker is Obsolete - use** [**Network Team**](/docs/manual/interest-management/team.md) **component instead.**
{% endhint %}

The Network Owner Checker component controls visibility of networked objects based on owner client.

Any object with this component on it will only be visible to the client that has authority ownership of it.

This can be used when you want to spawn a network object with client authority and only have it appear for the owner, e.g. an interactive UI or NPC. Since clients can call commands on objects they have authority over, such objects can have Network Behaviors with commands in them that can be called directly by the client.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mirror-networking.gitbook.io/docs/manual/components/deprecated/network-owner-checker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
