How would you count the amount of characters in a specific piece of text. I need to run code if the text is less than 40 characters.
you can use string.len for that check length and run code if less then 40 characters