Code: Select all
/c remote.potato = 4 --no error
/c game.print(remote.potato) --prints 4
Code: Select all
/c remote.potato = 4 --no error
/c game.print(remote.potato) --prints 4
The rule that you cant modify LuaObjects other than their explicit properties? idk