llList2CSV
function ll.List2CSV(ListVariable: {any}): stringCreates a string of comma separated values from the list.
Create a string of comma separated values from the specified list.
Parameters
-
ListVariable({any})
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.List2CSV().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llList2CSV