Custom LuaU Loadstring

Is there any LuaU custom loadstring modules? I want to be able to use +=, -=, and etc without error. Thank you.

1 Like

This should help:

1 Like

It’s Lua51 not LuaU and it not support “+=” “-=”

1 Like

I would look at Adonis’ source code. They have a module called FiOne that interprets and runs Lua code without the use of load string.

By the way, it’s Luau not LuaU :upside_down_face:

FiOne is outdated and old, i have a better one, remind me to send it in a few hours

1 Like

Ah, my bad. I don’t really use stuff like FiOne as I have no need to run Lua code post runtime. Had no idea it was outdated lol.

Ohh ok, my fault :skull:

30limitasd

If you want a custom loadstring that support ‘+=’, You will need to find Luau compiler and Luau bytecode interpreter.