Roaming Node
Roaming lets a visual novel route briefly hand movement back to the player.
Use Insert > Scene & UI > Roaming Node when the player should move around before the story continues, usually near World Wait or Teleport Player nodes.
Properties
Section titled “Properties”| Field | What it does |
|---|---|
| Name | Optional editor-only name for the node. |
| Enabled | true enables roaming; false disables it. |
| Next | Node that runs after the roaming state changes. |
Runtime behavior
Section titled “Runtime behavior”When the node runs, VNC updates the runtime roaming state and continues to Next.
In the installed runtime, roaming works with Roblox’s default character controls. If your experience replaces or heavily customizes character controls, test the integration yourself.
Roaming is a bridge between visual novel playback and normal Roblox movement. Keep the handoff obvious to the player, then disable roaming when the story resumes.