Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

cxmeel/codify-plugin

Repository files navigation

ℹ️ Important information:
This repo is for Codify v2, which is no longer being maintained. Codify3 is in development and will supersede this version.

Learn more →

Banner image

Purchase on Roblox Purchase on Itch.io

Codify v2 converts Roblox Instances into code snippets in a flash. Whether you use vanilla Roblox Luau, TypeScript JSX, or a framework like React or Fusion, Codify's got you covered!

📥 Installation

Codify v2 is available on the Roblox Plugin Marketplace, Itch, and GitHub. You can find the links below:

Creator Marketplace

The Creator Marketplace is the easiest way to install Codify v2. You'll get access to automatic updats, and you'll be able to use the plugin anywhere you have Roblox Studio installed.

Get it on Roblox

Don't forget to leave a 👍 like if you enjoy the plugin!

Itch

Currently, there's no way to automatically install and update plugins purchased through Itch. You'll need to manually download and drop the plugin file into your Studio plugins folder every time there's an update. You'll also have to repeat this process for every device you want to use the plugin on.

Get it on Itch.io

Manual Installation

This is not recommended for most users, but you can clone this repository and build the plugin yourself. You'll need to know how to compile model binaries using Rojo, and how to manually install local plugins in Roblox Studio.

Get it on GitHub

🖼️ Gallery

Screenshot of YouTube video
Watch demo on YouTube →
Screenshot showing Luau generation (no framework) Screenshot showing React generation Screenshot showing Fusion generation Screenshot showing TypeScript JSX generation

🛡️ Permissions

HTTP Requests

Codify requires the ability to make HTTP requests to fetch metadata about the Instances you're converting.

Domain Required Reason
s3.amazonaws.com Studio metadata and API dump

Script Injection

Script injection is a completely optional permission. You won't be prompted to give access to this until using the Save to Device feature. This feature allows you to save your code snippets to your computer.

⚠️ Disclaimer

The code snippets produced by Codify are not 100% perfect. You should consider the snippets as a starting point, and not a finished product. You should always review the code snippets before using them in your own projects. This still shouldn't put you off from using Codify, though!