Hi!
I am trying to create an imessage style GUI, and am wondering how you would go about scaling each text message, depending on how long the message is.
In iMessage, the text stays the same size - its the textbox that gets larger to fit all the text.
You’d probably have to figure out how much bigger the message box needs to be by making a table with each letter’s size and then adding up all the letters that have been typed out.