> For the complete documentation index, see [llms.txt](https://learn.tvori.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.tvori.co/tools/locker.md).

# Locker

[Menu](/main-menu.md) / Locker

{% embed url="<https://www.youtube.com/watch?v=QjsNzwUy4aA>" %}

To lock an object, take Locker in your hand and then dip the tip of it into an object you want to freeze and press the trigger. The object will turn light grey and will no longer respond on touch and press. To unlock, press on the object again with Locker.

You can switch between three modes using Stick / Touchpad on your controller:

1. Lock & Unlock
2. Lock Only
3. Unlock Only

![](/files/-LnH2UsRoDur8fGU2oHP)

**Supported list for locking**

1. &#x20;Imported static models
2. &#x20;Imported image refs
3. &#x20;Imported video refs
4. &#x20;Predefined static model assets &#x20;
5. Text Tool and some other tools (cameras, lights etc)

**Unsupported list for locking**

1. Puppet and puppet parts
2. Imported skinned models
3. FX's
4. Menu
5. Imported sound orbs
6. Scene orbs
7. Animation keys
8. Particle presets
9. Controllers


---

# 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, and the optional `goal` query parameter:

```
GET https://learn.tvori.co/tools/locker.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
