Alright, I need someone with experience making GUI's to help me out.
I want a GUI that will allow people to choose their class by selecting a button on the GUI, I already have the server-sided support for this scripted into a /class (Name or ID) command. I don't want just a list of buttons though, I'll describe a few elements. First off, the frame should be about as large as the "Options" GUI. Then, there should be a static image of the boss battles logo at the top of the frame, and then have the class buttons below it. The buttons should be arranged in 3 columns of 3 buttons each. Below the class buttons there should be a line that separates the above elements from the two buttons at the bottom of the GUI. The two buttons at the bottom should be "Visit the website" and "Cancle". After the GUI elements are made I will make the client scripts needed for it, don't forget to put some static text in the bottom left corner of the GUI with your name for credit.
The class buttons should run the command "commandtoserver('class', "Runner"); "