Ohhh that makes a lot more sense now. So like Player:Ban is under the Player metatable, and something like Weapon:AllowsAutoSwitchFrom would have the Weapon metatable? Just examples of something in those, am I right in that assumption?
EDIT:
Also, is there a way to create a metatable? I'm trying to create something that accepts a string and then does stuff to it (say I wanted to do string:lower() instead of string.lower())