19.03.2025, 12:42
Try this:
Code:
value = event.getvalue()
bytes = { value:byte(1, 6) }
code = table.concat(bytes)
log(code)