Adding large quantities of text to a TextBox using TextBox.AppendText repeatedly becomes significantly slower if the application hosting the textbox has ever had a WPF submenu opened. Opening a ...
--example textbox local textbox = tab:CreateTextBox({ Name = 'testbox' --funfact you get the textbox's text using: textbox:GetText() -- this will return the text in ...