Arabic text does not support MaxVisisbleGraphemes property

I’m trying to achieve a typewriter effect with Arabic using MaxVisibleGraphemes and text labels but there is an issue. The text is only displayed when MaxVisibleGraphemes equals the number of characters in the text. Anything lower, the whole text doesn’t show.

Example:
هلا (three characters)
MaxVisibleGraphemes: 3
image

Example 2:
هلا (three characters)
MaxVisibleGraphemes: 2
image
Nothing is displayed

Example 3:
السلام عليكم (twelve characters)
MaxVisibleGraphemes: 12
image

Example 4:
السلام عليكم (twelve characters)
MaxVisibleGraphemes: 11
image
Nothing is displayed

Seems like this only affects Arabic.

@Roblox_2049 We have enabled a change to fix this! Please let us know if you continue to see any issues