First time here? Check out the FAQ!
answered 2021-07-14 16:56:06 +0000
To add new data to a table correct you must use the table.insert function . For example:
table.insert(partialBuffer, buffer:range(x,y))
Additional documentation and information: https://www.lua.org/pil/19.2.html