Returns the text to display.
text:text()
value
string
local text = crystal.Text:new("Bronze Sword"); print(text:text()); -- Prints "Bronze Sword"