I've created a GUI, but I have some questions:
And how can I resize the letters in the text control or change the font?
To change font and size:Click the button / text and change the profile to HUDChatTextEditSize#Profile*
* = Replace the # with any number from the list. 0 is smallest, 10 biggest
To make a button open another GUI:Click the button and find command
Type this in:
Canvas.pushDialog(NAMEOFGUIHERE);
Replace NAMEOFGUIHERE with the name.
My question:
Can i create an GUI named BlahBlahGUI,
Then maybe pack it to an zip and type this in the console?
PlayGUI.add(BlahBlahGUI);
Or would i need to create a script too?