Why is this plugin not working? HERE is the output
You need to have HTTP requests enabled in game settings
It’s telling you to enable HTTP requests, in order to do that:
Go to Game Settings
Navigate to the Options tab
Turn on HTTP requests
andd you should be good.
Hey! That’s my plugin
That error’s appearing because Reclass doesn’t have permission to send HTTP requests to GitHub. This is required for the plugin to function as it must download the Roblox API in order to parse it and show class conversion options. You will see this message if you try to run Reclass without these required permissions:
To fix this, go to Manage Plugins, find Reclass, and you should see a small bit at the bottom called HTTP Requests:
If you click there, you’ll open this screen, where you can enable access to raw.githubusercontent.com:
This will allow Reclass to download raw text from GitHub, in this case the API dump from CloneTrooper1019’s Roblox Client Tracker.
Finally, if you open the Convert widget (Plugins > Reclass > Convert), you should find a Retry button. Click that and Reclass will retry the HTTP request.
Hope this helps