> For the complete documentation index, see [llms.txt](https://docs.siminsights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siminsights.com/hyperskill/virtual-entities-vx/special-virtual-objects/text-display.md).

# Text Display

"Text Display" is a Special Virtual Object that allows a user to be able to display a Text in the simulation.&#x20;

To add a custom text display, search for “TextDisplay” in the virtual object search panel. Add these customizable attributes and change to according to what you need

Customizable Attributes:

“Text”: (String) value of the display text&#x20;

“Color”: (Integer) pick a number correspond to the text color you want

* 0: white
* 1: black
* 2: red
* 3: green
* 4: blue
* 5: yellow
* 6: cyan
* 7: magenta

“BackgroundColor”: (Integer) pick a number correspond to the background color you want

* 0: white
* 1: black
* 2: red
* 3: green
* 4: blue
* 5: yellow
* 6: cyan
* 7: magenta

"FontSize": (Integer) if attribute doesn't exists or less than 0, it will defaults to auto size

"Justification": (Integer) select a justification type, default is 1, center

* 0: Left
* 1: Center
* 2: Right
* 3: Justified
* 4: Flush

"Visibility": (Bool)

"Transparency": (Integer) 0-255, set the alpha value of the text
