shlexware / Orion

107 stars 237 forks source link

Error in the Paragraph Documentation #25

Open rodaguJDev opened 1 year ago

rodaguJDev commented 1 year ago

The documentation says that in order to modify a paragraph you need to use: CoolParagraph:Set("Paragraph New!", "New Paragraph Content!") Implying that you can change the title and the content. In practice, you can only change the content, if you use this same syntax it will make the paragraph content to be what you intended to be the title The correct form is: CoolParagraph:Set("New Paragraph Content!")