# Bone 1D Controller

{% hint style="danger" %}
Do not connect two or more Bone Controllers in the same hierarchy to one Bone at the same time.
{% endhint %}

{% hint style="info" %}
For instructions on how to create a Bone 1D Controller, please refer [here](https://myty.gitbook.io/myty-kit/make-animation/8.-myty-kit-controllers/..#2.-create-controller).
{% endhint %}

1\. Open the Controller window by clicking <mark style="color:purple;">`upper toolbar > MYTY Kit > Bone 1D Controller`</mark>. If you drag and drop a tab into the Inspector window, you can use it together within the Inspector window.

![](https://667382355-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZT6KDsWarcdCAiEJZ3TV%2Fuploads%2FRNgvhF49f524RtH74ZUp%2FBone1D_2.gif?alt=media\&token=a8f179a3-c5b2-4f72-89f7-20ca73f2f7a1)

2\. After clicking the ◉ icon on the right side of the Controller input window, designate the Controller object you want to control.

<img src="https://667382355-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZT6KDsWarcdCAiEJZ3TV%2Fuploads%2FyGrOT78HPUz7BaXVC3eY%2FScreen%20Shot%202022-06-15%20at%2012.10.47%20AM.png?alt=media&#x26;token=99f00344-f71c-4b5a-871e-38140ecd46c9" alt="" data-size="original">

3\. Find the bone you want to control in the Hierarchy panel and click it.

![](https://667382355-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZT6KDsWarcdCAiEJZ3TV%2Fuploads%2F4ZIPg7uUBk5RFFhYsn4q%2FScreen%20Shot%202022-06-15%20at%2012.11.51%20AM.png?alt=media\&token=2c2a43e5-f83e-4497-aade-eb55a3a2ca36)

4\. Click the Add button in the Controller Inspector window to add the relevant bone to the list of bones to be controlled.

![](https://667382355-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZT6KDsWarcdCAiEJZ3TV%2Fuploads%2F72qONPVGVPe5proXTqAY%2FScreen%20Shot%202022-06-15%20at%201.06.12%20AM.png?alt=media\&token=4cf82797-2b68-4629-8c65-93ac5106720e)

5\. Set the Min and Max values by transforming the bone to the desired Min and Max states and saving it by clicking on the Min and Max buttons, respectively.<br>

6\. You can preview the movement by using the <mark style="color:purple;">`Control value`</mark> slider.&#x20;

![](https://667382355-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZT6KDsWarcdCAiEJZ3TV%2Fuploads%2F2bXSgMLDRPMhg5j6zidv%2FBone_1d.gif?alt=media\&token=1b721862-dc34-4733-8ad4-5f1cfe595380)

{% hint style="info" %}
The gray button indicates that the transform information is not saved. When each button is pressed, the button is activated in green and the transform information is saved. If you press the button once more, it returns to the gray button again and the saved information is reset.
{% endhint %}

![Appearance of default buttons with no saved information](https://667382355-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZT6KDsWarcdCAiEJZ3TV%2Fuploads%2F4WGjCmLJMTNmoGxtAew8%2FScreen%20Shot%202022-06-15%20at%201.28.58%20AM.png?alt=media\&token=c8f9b986-0e2f-44f8-a311-036f159f593d)

![Appearance of activated buttons with stored information](https://667382355-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZT6KDsWarcdCAiEJZ3TV%2Fuploads%2FCWEwmlMpzkdXsDc1lnLr%2FScreen%20Shot%202022-06-15%20at%201.28.52%20AM.png?alt=media\&token=c5f1bd35-2024-442a-abd9-e0444d824370)


---

# 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://myty.gitbook.io/myty-kit/make-animation/8.-myty-kit-controllers/bone-1d-controller.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.
