I used Visual Studio 2019 to build a form of some sort that I want to use to execute scripts in a TextBox within that textbox, so if I do print("Hello"); the next line will be hello.
I use FastColoredTextBox to do that and I noticed it has a language property that I already set to Lua. How can I actually execute commands within that textbox tho?
I appreciate all your help :)
