Object not in function

Guys, I need help. I am currently making and testing a mod that I’ve been making but everytime I open GDT, it keeps saying “Error: A Mod caused this error. TypeError: object not in function”. My mod runs fine, the topics show, I can make games normally and get sales and go through the game normally. But it’s annoying that everytime I open my mod, that error keeps showing up. What should I do?

Well through my GMod scripting experience that usually means you have forgotten a bracket or comma or anything along the lines of that.

That sounds like you have a modification that isn’t inside a function.

Or you don’t have a closing bracket on your functions.