lune icon indicating copy to clipboard operation
lune copied to clipboard

Error trying to setattribute lua bytecode

Open spidercraft opened this issue 6 months ago • 0 comments

i was trying to do a setattribute of raw compiled bytecode stored in a output.bin file. I could do that setattribute in roblox directly, but was impossible using lune

error converting Lua string to &str (invalid utf-8 sequence of 1 bytes from index 140)
[Stack Begin]
    Script '[C]'
    Script 'newcac', Line 11
[Stack End]

error converting Lua string to &str (invalid utf-8 sequence of 1 bytes from index 140)
[Stack Begin]
    Script '[C]'
    Script 'newcac', Line 11
[Stack End]

spidercraft avatar Jul 11 '25 04:07 spidercraft