Lua-Obfuscator
Lua-Obfuscator copied to clipboard
Does not support += or -=
trafficstars
Change this x += 1 to this x = x + 1
Not sure if by design, but just an FYI.
The VM does not support compound assignment operators.
Lua doesn't support compound operators
luau does