Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RtlTextSupport

Controls whether right-to-left text rendering is enabled for the experience.

Items 3

HistoryNameValueDescription
564Default0

Enables RTL text support using the engine's default behavior.

564Disabled1

Disables RTL text support, forcing all text to render left-to-right.

564Enabled2

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.

History 4

Settings