Van i use metatables with modulescripts? If yes, then how? Do i do it like this:
setmetatable(require(path), metatable)
I am writing a really big dictionary, and i would like to have the answer quickly before i have to rewrite everything. Ive looked around but havent gotten a clear answer.