Hi there,
I was working on a plugin with @hya123456h and we needed to be able to grab properties of an object so I looked around and found this: Properties - Creator Marketplace (roblox.com)
This module utilized http Service by storing the information of all classes on a github.io page however with a plugin you would need to turn on http service and allow it to access this website so instead I converted it from json to a lua table and hard coded it into a module I understand this may stress your performance for script as there is over 2 thousand lines but if you don’t want to enable http service it is a good solution.
The module is found here: PropertiesM - Roblox
If you want a tutorial just say and if anything is missing from the table please list what it is.