First time here? Check out the FAQ!
answered 2022-10-13 23:36:06 +0000
Try replacing this line:
local byteBefore = message_bytes:raw(i-1,1)
With this one:
local byteBefore = message_bytes:get_index(i - 1)