Text:SetText

Sets the current text for this element.

Usage:

Text:SetText(text)
Text:SetText(text, html)
ParameterTypeDatatypeDescription
htmlparameterbooleanEnables HTML mode. In HTML mode, a limited number of formatting tags are available: <u>, <font color="#rrggbb">, and <a lua="print('This is a lua script.')">.
textparameterstringThe new text for the element.