Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.08 KB

README.md

File metadata and controls

34 lines (28 loc) · 2.08 KB

Roblox Dialogue Maker plugin

About

The Dialogue Maker is an open-source plugin for creating RPG-like dialogue boxes for NPCs in your Roblox game! It comes with a GUI that allows you to add messages and player responses to your NPCs.

Features

  • Responsive dialogue editor
  • Trigger dialogue with proximity regions and ClickDetectors
  • Prioritize your dialogue with conditions and message stacking
  • Run synchronous and asynchronous functions before and after dialogue starts
  • Impose dialogue timeouts
  • Embed variables that are customizable throughout the conversation
  • Add responses for the player to add interactivity to the conversation
  • Add dialogue redirects and make the conversation flow efficient

Where can I get it?

You can either get the version Beastslash updates at the Roblox Library or you can build your own version by using the scripts in this repository.

How do I use it?

Check out How to use the Dialogue Maker on the wiki!

Can I contribute?

Sure! If you feel like that the Dialogue Maker can be improved for everyone, just send a feature request in the issues. You could also submit a pull request if you already added it yourself. Beastslash will sync changes made between the plugin and repository.

Acknowledgements