# Set Slider Value

## Overview

![The Set Slider Value Node.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-bed0d9f0fb7853c0aab7b5e2b61e90a26f9af9d6%2Fsetslidervaluenode.png?alt=media)

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

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

## Attributes

![The Set Slider Value Node Attributes.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-b6edb577cb0e26517b4bb96384e63f769d248505%2Fsetslidervalueattributes.png?alt=media)

| 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**](https://docs.incari.com/incari-studio/2022.2/toolbox/incari/object/getslidervalue)
