One project
A story with a clear title and one starting chapter.
The first story should prove the loop, not the whole game. You want to see one line of text, make one choice, and confirm both branches run. Everything else gets easier once that loop is real.
This page assumes Visual Novel Creator is already installed and open in Roblox Studio. If you have not reached that point yet, start with Install the Plugin.
One project
A story with a clear title and one starting chapter.
One scene
A scene with a start node, dialog, and a branch.
One choice
Two options that lead to different dialog nodes.
The important fields are Scene Starts At on the scene and Next on each node or option. A scene can contain many nodes, but the runtime only follows connected flow.
playerName, then use {playerName} in a later Dialog node.At this point, you have a story path the editor can check and the runtime can play. That is the foundation every larger route builds on.
Before expanding into world interaction or extensions, check Node Status and the individual node reference pages so you know which nodes need installed-runtime testing.