Is there a way I can smoothly change the position of a TextLabel when a new one is added with a UIListLayout?
For example, when I add a new textLabel, this:
smoothly goes up a bit and a new one is added:
You could try adding it with a height of 0, and then tweening the size to your desired size?