Hey, I’m not even sure were to begin, but I need help making a script editor like in the game Lua Learning
So, basically the script editor in Lua Learning (In the lessons tab) does not run the code, but it still knows that it does that even if there are extra bits such as notes, and i’m wondering how can I make the same thing for my game that you basically control a robot/object by typing functions, which also leads me to the next question: how do I make specific functions added by the code? What I mean is how do I make a script to make a function automatically that can be run in the script editor?
If anyone knows how do I make these, please let me know, or at least link me helpful resources.
Yes, but here are some reasons why this isn’t what I want:
1. It’s dangerous, people can run ANY code they want/
2. It won’t highlight any things (like how roblox studio has it)
3. It isn’t smart.++