How do I get the properties of an instance given it's ClassName?

Hi Everyone,

I have a bit of a question that’s been cooking in my mind for a few years. I searched far and wide and found close to nothing. Here’s my question:

How do I get the properties of an instance?

The reason I’d like to do this is to create my own properties plugin, similar to RobloxStudio’s own. I think that Roblox has a JSON file hidden in some GitHub or something, but I checked everywhere. Some people had created their own, but they were outdated (I knew this because some properties were missing.) If you find something out, please let me know.

Thanks in advance.

I think this is what you are looking for:

A gigantic table consisting of all classes with their associated properties and functions.

https://raw.githubusercontent.com/CloneTrooper1019/Roblox-Client-Tracker/roblox/API-Dump.json

Obviously, you need to use HTTPService for this.

3 Likes