> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.2/toolbox/incari/object/setslidervalue.md).

# Set Slider Value

## Overview

![The Set Slider Value Node.](/files/L2otkmXXvIJwVYWWP1Ly)

The **Set Slider Value Node** sets the value of a [**Slider's**](/incari-studio/2022.2/objects-and-types/scene2d-objects/gui.md#slider) placement on its handle.

[**Scope**](/incari-studio/2022.2/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Set Slider Value Node Attributes.](/files/1MqFOB5nHTePzMCgEVCC)

| Attribute | Type    | Description                                                                                          |
| --------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `Value`   | **Int** | The desired `Value` of the **Slider's** placement, if one is not provided in the `Value` **Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Slider Object** whose value shall be set.                       |
| `Value`           | **Int**      | The desired `Value` of the **Slider's** placement.                    |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Get Slider Value**](/incari-studio/2022.2/toolbox/incari/object/getslidervalue.md)
