Skip to Content
ChopGetting Started

Getting Started with Chop

Get the Plugin

First, you need to install the Chop plugin from the Roblox Plugin Marketplace. You can get that here .

Allow Permissions

Once Chop is installed, it will need permissions to perform two key actions. When prompted, please allow Chop to:

  1. Download the Roblox API dump via httpservice.
  2. Manage scripts in your game.

These permissions are absolutely necessary for Chop’s Intellisense and analysis features to function correctly.

Enable Chop in Your Project

After setting permissions, open a project that contains a Mince module. In the Plugins tab of the Studio toolbar, you should see a button for Chop. Click this button to enable or disable the IntelliSense features for the current project.

The Chop button in the Plugins tab of the Studio toolbar

Verify Chop Has Started

Check the main Roblox Studio Output console. You should see a message confirming that Chop has successfully started and is monitoring your scripts.

Output Console

Troubleshooting

If you encounter any errors during setup or if Chop doesn’t seem to be working correctly, please check the custom Chop debugger console for more detailed information.

For instructions on how to access it, see the Debugger Guide.

Last updated on