Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I convert strings to tables? [Solved]

Asked by 5 years ago
Edited 5 years ago

I would like to convert a string such as:

{["ItemID"] = 1, ["Count"] = 2}

that I saved in a string value to an indexable table, how do I do that?

Answer this question