- What do you want to achieve?
I want to know what is string.pack() and string.packsize() is and when to use it and how to use it.
- What is the issue?
There are virtually no Api’s or docs on it. Plus no one will tell me what it is.
- What solutions have you tried so far?
I looked on Devforum and in discords.
Is this how I use it? No.
local String = "Hello World!"
print(string.pack(String, 10, ...))
So if anyone can give me an example on how to use it then that would be great.