Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Does TextBounds stop working after a long message?

Asked by
wackem 50
8 years ago

This is part of my custom chat:

chatText.Size = UDim2.new(0, chatText.TextBounds.X, 0, msgHeight)

And that is the problem, everything works and no errors are outputted, but this collides with the name label and when I check the size, it's not as big as it should be if the message is longer.

If you need any extra information I will provide it.

Answer this question