The UIText component controls on-screen text rendering for UI elements.
UIText
isValid
uiText.isValid
Returns whether the UIText component is valid.
boolean
text
uiText.text
Gets or sets the displayed string content.
string
uiText.text = "Hello World"
local text = entity.uiText text.text = "Score: 100"
There was an error while loading. Please reload this page.