> For the complete documentation index, see [llms.txt](https://wiki.thescriptersguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thescriptersguild.com/scripting/nodes/objects-filters/set-team-filter-on-object.md).

# Set Team Filter On Object

<figure><img src="/files/kFsqDSFNa3XnlNitRwNU" alt="Cover image"><figcaption></figcaption></figure>

This node applies a team-based restriction to a specific object, determining which teams are permitted to interact with it. If the `Invert` input is enabled, the specified team is blocked from interacting instead.

## Description

Adds a filter to the Object that only allows the specified [Team](/scripting/nodes/variables-basic/team.md) to interact with the object. If Inverted, the object cannot be interacted with by this `Team`; filters must be reapplied to objects that are respawned.

## Node Type

Nodes fall into two basic categories: Data and Execution. This node Executes a function directly in the node string.

## Inputs

| Input  | Type    | Required | Description                                                           |
| ------ | ------- | -------- | --------------------------------------------------------------------- |
| Object | Object  | Yes      | Object to set filter on for team.                                     |
| Team   | Team    | Yes      | Team to set filter for.                                               |
| Invert | Boolean | Yes      | If TRUE, team cannot access object. If FALSE, team can access object. |

## Outputs

| Output | Type | Description |
| ------ | ---- | ----------- |
| (none) |      |             |

### Bypassed Objects

The following objects do not appear to respect the team filter:

* Ammo Crates
* Scriptable Switches (including Invisible, Banished Terminal, Banished Touchpanel, Banished Touchpanel Wall, Forerunner Terminal, Forerunner Terminal Worn, and UNSC Console)
* Power Sockets (including UNSC, UNSC Green Sand, UNSC Engine Blue, UNSC Engine Red, and UNSC Engine Yellow variants)

### Other Behaviors

* **Weapons:** Players can still perform refill pickups on weapons even if a filter is applied.
* **Hacking Terminals:** The filter functions, but there is no interact button when no filter is on.

## Source Data

* Discord thread: [Object Filters have limitations](https://discord.com/channels/220766496635224065/1321416792643604551/1321416792643604551)

#### <mark style="color:green;">Contributors</mark>

AddiCt3d 2CHa0s\
Artifice


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.thescriptersguild.com/scripting/nodes/objects-filters/set-team-filter-on-object.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.
