LuaTextBox is a module providing a text input field with Lua syntax highlighting and autocompletion
The current state of the module is very uncomplete, there are tons of bugs and features that need to be considered carefully. Of course, you can still help contribute!
Documentation coming soon on my website!
Simple usage example:
local LuaTextBox = require(path.to.luatextbox)
local LuaEditorTextBox = LuaTextBox.new()
LuaEditorTextBox:SetParent(some.gui.object)
- Highlighter - Syntax highlighting
- Codify - Turning guis into code
- boatbomber
- csqrl