Textbox max Text Limit

Hello,

I have a textbox, that keeps updating the text when i click a button.
But i only want a limit of 4 numbers in my textbox.
How do i do that? I tried looking for others but it didn’t work.

Thank you to anyone who can help.

1 Like

TextLabel.MaxVisibleGraphemes is the answer! It determines the maximum amount of characters shown.

1 Like

Thank you again for helping mne!!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.