So I’ve just been trying to make a string with the contents of a table within it. However, I’m not so good at formatting strings. I’ve looked through the strings section on the Devhub but still have no idea where to start.
local table = {"1", "2", "3"}
-- Desired output: "1, 2, 3"
Any advice or help would be appreciated!