Category: ⚙️ System
![]()
Fires a jolt carrying the number of times the local user has loaded this world. The count is output automatically on load, increments each visit, and is stored per user. The first visit is count 0.
The counter value is stored locally per user. It fires automatically when the world loads, but can also be retriggered at any time via the Get Count jolt input or by clicking the display button. Useful for triggering first-visit tutorials, tracking engagement, or unlocking content over repeated plays.
| Name | Type | Description |
|---|---|---|
| Get Count | Jolt Input | Triggers the Out output with the current visit count value. |
| Name | Type | Description |
|---|---|---|
| Out | Jolt Output | Fires the visit count value. Triggered automatically on world load, and whenever Get Count is jolted. |
| Name | Type | Description |
|---|---|---|
| Count Display | Interactible | Shows the current visit count. Click to manually fire the current count to the Out output. |