I'm making a donate system in my game out of Gui's. And I need to know the difference of the TextBox and a text label. thx for help in advance!
A text label is just text that shows up on the screen and the user cannot edit it, and a text box allows the user to click on the text to edit the text, and this is useful for when you need the user to fill out a form or something.