When TextWrapped is true, the actual behavior is sometimes bugged, and sometimes correct. It depends on the size of the text object and length of the text. Sometimes the 3 dots don’t show up. See gif: https://gyazo.com/e6a5eadb7334f22143cd6f8dffaa1fa8
This bug prevents textabels from being used in a chat GUI for example. Instead, you’ll need to use scripting to always ensure the ellipsis is shown.
Actual (bugged) behavior when TextWrapped is true:
Expected behavior
Expected behavior when TextWrapped is true:
It may help to know that when TextWrapped is false, this bug does not occur.