Category: 🧠 Logic
![]()
Emits a jolt with the current stream input value when triggered. Use it to snapshot a continuous stream value at a specific moment.
| Name | Type | Description |
|---|---|---|
| Value | Stream Input | The stream value that will be emitted on the next trigger (without firing the output by itself). |
| Trigger | Jolt Input | Send any jolt to make the block emit the current stream Value. The value of the incoming jolt is ignored. |
| Name | Type | Description |
|---|---|---|
| Output | Jolt Output | Emits the current Value as a jolt each time the block is triggered. |
| Name | Type | Description |
|---|---|---|
| Button | Interactible | Click to send the current Value again. |
| Name | Type | Description |
|---|---|---|
| Multiplayer Press | checkbox | When enabled (default), pressing the button fires the output for all players in the session. When disabled, only the local player's press fires the output (useful for actions like teleportation that should not affect everyone). |