Category: ⚙️ System
![]()
Given a block made of multiple moving parts, outputs a specific sub-part selected by index.
For example, given a player as input, this block can output a specific body part such as the head, the right hand, or a foot. Once a block is connected, the names of its parts are displayed to help pick the right index.
| Name | Type | Description |
|---|---|---|
| Input Block | Tag Input | The block (or blocks) from which to select a sub-part. |
| Part Index | Jolt Input with Dial | Sets the index of the part to output. Once a block is connected, the names of its parts are displayed to help you set the right index. |
| Part Name | Text Input | Displays the name and index of the currently selected sub-part. Shows 'Out Of Range' if the index does not match any part on the input block. |
| Name | Type | Description |
|---|---|---|
| Selected Part | Tag Output | Outputs the chosen sub-part of the block given as input. |
| Name | Type | Description |
|---|---|---|
| Edit text from outside | checkbox | When enabled, allows interacting with the text display from outside the group containing this block. |