TopbarPlus v3.2.5 (Update Required) | Construct topbar icons with ease; customise them with themes, dropdowns, captions, labels and more

Is there a way to create a dropdown menu using a list of character names in a table?

like

local characters = {"character1", "character2", "character3"}

icon.new():setDropdown({characters})

and it would make a character for each value in the table.