debug.setmetatable (value, table)
Sets the metatable for the given value to the given table (which can be nil). Returns value.
debug.setmetatable (value, table)
Sets the metatable for the given value to the given table (which can be nil). Returns value.
Please login to continue.