The GUI Is the main "Brain" of the system in term of process tree, as it will launch custom functions everytime an action is done.
The GUI Is like "import" or "dofile" function, only one process called "VetaGUI" should be running, we do not need to import it, it's in the main core.
Basicly, here's an example:
local Button = gui.addButton()
Button.backgroundColor = 0x some hex code
Button.textColor = 0x again
Button.text = "Hello!"
Button.size = {x=10, y=1}
etc...
but for now, it only has: buttons, frames, text labels, loading bars and image objects.
I want at least add a text i