Hello, how is it possible to save a text from a textLabel in datastorage?
can I use a table to store multiple texts from multiple textLabels? How is this possible?
Any ideas to develop this? I would really appreciate ideas and ways to do it…
Thank You.
String value is a text value. Then you can change the text of the saved string value, and add a local script in the textlabel and do script.Parent.Text = stringvalue.Value for example