Forest Logo
search
package_2

properties

By @sigmaeg

Roblox

Mirrored

Properties v1.0.2

Wally Package

  • Requires HttpService.

  • Retrieves the Properties from an Instance by referencing MaximumADHD API Dump Repository.

  • Specifying 'FullAPIDump' (string) or 'APIDump' (string) when using Properties.new() will determine which dumpfile to read.

    Properties.new("FullAPIDump") -- retrieves Full-API-Dump.json and returns a new Properties object with the dump in self.APIDump as a Dictionary

    Properties.new("APIDump") -- retrieves API-Dump.json and returns a new Properties object with the dump in self.APIDump as a Dictionary

  • Properties:GetPropertiesFilterDefault(...) will not return any Properties that match the default values of the Instance, however Properties:GetPropertiesNoFilter(...) will.

  • Properties.PropertyToString(...) converts a PropertyName (passed as a string of the type), given a PropertyValue, into a string i.e CFrame.new(...) or Color3.fromRGB(...)

    Properties.PropertyToString("CFrame", CFrame.new()) -- returns CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) as a string

  • If you wish to interface with either API Dump yourself, you can either create a Properties object and access self.APIDump, or use Properties.GetAPIDump() or Properties.GetFullAPIDump

This package was originally created for my personal-use Reactify ( GitHub, Roblox Plugin ) plugin, however I decided to release it as a Wally package as I have seen numerous DevForums where people have wanted to interface this capability in the past. It is also used inside of the plugin itself.

Package Details

Install command (Click to copy)


Version

1.0.2

License

MIT

check_circle

Safe for commercial use

Automated license review — not legal advice.