FindMetaTable
Example
Adds a very simple function for checking if a player is sick to the player metatable.
Output: Get well soon, Player1!
I just don't understand how you're always sick...
Returns the meta table for the class with the matching name.
Internally returns debug.getregistry()[metaName]
You can learn more about meta tables on the Meta Tables page.
You can find a list of meta tables that can be retrieved with this function on TYPE enum. The name in the description is the string to use with this function.
Adds a very simple function for checking if a player is sick to the player metatable.