Module scripts and metatables

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.

1 Like

Yes, I would follow this guide to see how.

3 Likes

Thank you very much i have read this and understand now.

1 Like