Is string.split the easiest way to "unpack" a string?

Hello!

I was just wondering if string.split was the best way of unpacking this list of values? I have a HumanoidDescription with several values and was just wondering if this was the best way?

Here’s the string:
'9255011,4390891467,4904139820,4904584095'

Indeed it is the best way, unless for some reason you wanted to make a custom solution in Luau, which would probably not be more efficient than native implementation

1 Like