set Structure
Sets the structure of the GUI using an array of strings. Each string represents a row in the GUI, and each character in the string corresponds to a slot in that row. The characters in the structure should correspond to the characters used in the item bindings and virtual inventory bindings to indicate where those items should be displayed in the GUI. The character ' ' (space) is ignored for clarity.
Parameters
strings
An array of strings representing the structure of the GUI. Each string corresponds to a row in the GUI, and each character corresponds to a slot in that row. The characters should match those used in the item bindings and virtual inventory bindings to indicate where items should be displayed.