I wanna make a script editor like in Lua Learning.
That’s literally it.
Oh and also the output
I wanna make a script editor like in Lua Learning.
That’s literally it.
Oh and also the output
Well for starters you’ll need to make lots of UI.
And then a text editor, and a language to use, then you’ll have to make a system that runs trough each line of the code the user has typed out and figure out what each word means and what it should do.
You then to make it so when it gets to certain lines it actually triggers it and then runs whatever it needs to do.
And thats the basics of how you would make one