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!")
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!")