View Single Post
03-27-21, 03:53 PM   #1
Benalish
A Flamescale Wyrmkin
 
Benalish's Avatar
Join Date: Dec 2012
Posts: 123
Wrap button text

Is there a way to set the maximum text length of a button, so that the text cannot come out from it?
For example, if I set the text with

Lua Code:
  1. button.text:SetText("This is a long long long text")

how can i make the text look like

Lua Code:
  1. This is a long...

Thanks in advance
  Reply With Quote