Pacing
Check dialog order, title-card timing, waits, choices, and the feel of a scene.
Preview is the fast feedback loop. Output is the place to look when that loop cannot continue.
Together, they help you catch missing connections, missing assets, invalid variables, and unreachable paths before you test the installed runtime.
Pacing
Check dialog order, title-card timing, waits, choices, and the feel of a scene.
Presentation
Check backgrounds, overlays, sprites, effects, audio changes, portraits, and scroll sounds.
Branches
Try each choice path and condition path before the route becomes large.
Quick fixes
Use Properties warnings and Output messages to repair the current path.
You can also start from a selected node with Preview From Here. This is useful when a scene is long and you only need to test a late branch.
| Control | Use it for |
|---|---|
| Start Preview | Start from the selected preview start scene. |
| Preview From Here | Start from a selected node in the current scene. |
| Set as Preview Start | Make a scene or chapter the default preview start. |
| Step Backward | Rewind one preview action. |
| Step Forward | Advance or redo one preview action. |
| Play / Pause | Toggle automatic preview playback. |
| Preview Render Size | Switch between 720p and 1080p logical preview sizes. |
Output reports missing required links, missing assets, unsupported field values, and story structure problems found during compile.
Output and the status bar report actions such as asset imports, project saves, runtime installs, and preview start changes.
Warnings are not decoration. They tell you which field is likely to stop a route from behaving the way you expect.
Preview can simulate many story choices, timers, text input, sprite activation, and world triggers. It cannot prove everything that happens in a Roblox play session.
Use Testing Runtime for saves, settings, text filtering, player movement, teleport destinations, click/touch triggers, and custom runtime behavior.
When preview and Output agree, you have a good authoring signal. When the installed runtime also behaves correctly, you have a route you can build on.