> I found the luaL_newlibtable & luaL_newlib in both ways it creates a new table. > If I use it with equal data two times, overwrite the call the existing table? No, they create a new table every time they're called.