RtlTextSupport
Controls whether right-to-left text rendering is enabled for the experience.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 564 | Default | 0 | Enables RTL text support using the engine's default behavior. | |
| 564 | Disabled | 1 | Disables RTL text support, forcing all text to render left-to-right. | |
| 564 | Enabled | 2 | Explicitly enables RTL text support for right-to-left scripts such as Arabic and Hebrew. |
Description
Determines how StarterGui handles bidirectional text layout across the experience. Right-to-left (RTL) support allows UI text to flow from right to left, which is the natural reading direction for scripts such as Arabic and Hebrew. When set to RtlTextSupport.Default or RtlTextSupport.Enabled, text-bearing UI elements correctly display these scripts, including proper text alignment and character ordering. Setting the property to RtlTextSupport.Disabled forces all text to render left-to-right regardless of the script's natural direction.
The StarterGui.RtlTextSupport property defaults to RtlTextSupport.Default.