I was testing my game and realised that I can click on signs and edit them in-game. This is because I stupidly used TextBoxes instead of TextLabels. Is there any plugin or fix where I can quickly and easily replace them, or do I have to replace all signs by hand?
Couldn’t you just use the command bar to loop through workspace to find all textboxes, create a new textlabel, copy the text from the textbox and replace it with the textlabel.