A Roblox dialogue system inspired by Disco Elysium, supporting branching conversations and scalable dialogue trees. Plugin is published here: https://create.roblox.com/store/asset/84811527096906/InsopDialogueKit?assetType=Plugin&externalSource=www
- Branching dialogue with multiple choices and conditional paths
- Callback system — replies can execute arbitrary functions
- Rich text formatting - supports (bold, color, etc.)
- Auto-scrolling dialogue history - follows dialogues
- Customizable Icons for dialogues
- Download
InsopDialogueKit.rbxm - In Roblox Studio: right-click in Explorer, insert from file, select the .rbxm. (Skip if you download from Roblox Plugin)
- Place DialoguePrompts in Workspace
- Place InsopDialogueGui into StarterGui
- In DialoguePrompts, add your object of choice with a ProximityPrompt
See src/TestDialogueScript.lua for documented examples and tutorial.

