This method allows you to dynamically modify the text a widget block displays. This can be more efficient than clearing and re-creating all widget blocks.
WidgetBlock:SetText(text)
| Parameter | Description |
|---|---|
| text | new text to display |
local block = WidgetBlock()
block:SetText("Hello, Lua!")