The help string will only remain registered with the hub (visible to users), as long as the HelpString object you created is valid.
Once the object gets collected by the lua garbage collector then the help string will automatically be unregistered.
hlpstr = Hex.HelpString(2, "EN") hlpstr:SetString("!trigger\t\t-\tdescription...")