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