How to save text from a TextLabel in datastorage?

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. :scream:

its possible to do by sending a remote event to the server with the textlabel.text as a parameter then save it in the server

You can save string values, write and change the text in these value and change the textlabel.Text to the correct stringvalue.Value

How could I make the text to be equal to the string value?

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

1 Like