let's say i create a paragraph with following code
Tab:AddParagraph("Title", "Description")
and now if i do
Tab:Set("New Title", "New Description")
it will actually set the paragraph description to "New Title", and doesn't even change the description, and the title will still be "Title"
let's say i create a paragraph with following code
Tab:AddParagraph("Title", "Description")
and now if i doTab:Set("New Title", "New Description")
it will actually set the paragraph description to "New Title", and doesn't even change the description, and the title will still be "Title"