> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/ai-tree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/vector3/set-xyz.md).

# Set XYZ

Node description and basic instructions

### Description

Set vector3 key value from x,y,z float values.

**To create it**, right-click in the editor and select <mark style="color:purple;">Create Node/Tasks/Vector2/Set XYZ</mark>

This task node has a number of fields, that are highlighted in picture below.

<figure><img src="https://2203000093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGOxTM7Aj9oiVaIINrEkE%2Fuploads%2FWcK2JoRskS4X1BQydTMk%2Fimage.png?alt=media&amp;token=2bb08504-7ac6-4dbf-ab6b-b507e9e10d5b" alt=""><figcaption></figcaption></figure>

### Fields

| Name              | Description                                       |
| ----------------- | ------------------------------------------------- |
| Node Name         | Name of node.                                     |
| Ignore About Self | Whether node ignores abort self or not.           |
| Store Result      | Key of vector write new vector with x,y,z values. |
| Set X             | Key of float with x axis value.                   |
| Set Y             | Key of float with y axis value.                   |
| Set Z             | Key of float with z axis value.                   |
