Some introduction text, formatted in heading 2 style
These are some usefull tidbits when using GUIs.
Due to how the guiHelper is scripted the best way to add a new guiID is this:
local GUIID = "name"
if not guiHelper.ID[GUIID] then
guiHelper.ID[GUIID] = tableHelper.getCount(guiHelper.ID) + 1
end