im trying to make a terminal/cmd like textbox, i already tried a lot of things but basically what i want to do is literally emulate a terminal, i know already how to make a textbox recognize text so i can create my own "commands" but what im having problems is typing, if i could only make the textbox object so users wont be able to erase what the terminal write and at the same time they could write on the terminal it will be amazing, thats basically all i need.
being able to write on the textbox but not to erase text that is not in my line...
a way to do it is by having 2 textbox, one for typing and one for the "console", but i dont want 2 textboxs, i NEED all to be happening in 1