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.
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.
TextLabel.MaxVisibleGraphemes
is the answer! It determines the maximum amount of characters shown.
Thank you again for helping mne!!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.