
Codify
A downloadable plugin
Whether you work with vanilla Roblox Instances, or prefer a framework, such as Fusion or Roact, Codify has you covered!
Download
Codify is 100% free to download via the Itch.io store page (optional donation) and through self-building from GitHub source. It can also be purchased through the Roblox Plugin Marketplace.
Watch Codify in action on YouTube: https://youtu.be/aLFWPKNiBGU.

Permissions Overview
HTTP Requests
Codify uses HTTP requests to fetch the latest information about Roblox Instances. This is required to enable core plugin functionality, as this is not possible without access to API dumps.
Below is a list of URLs used by Codify (all requests are unauthenticated):
-
https://s3.amazonaws.com/setup.roblox.com/DeployHistory.txt
-
https://s3.amazonaws.com/setup.roblox.com/versionQTStudio
-
https://s3.amazonaws.com/setup.roblox.com/version-{{hash}}-API-Dump.json
-
https://api.github.com/repos/csqrl/codify-plugin/contributors?anon=1
Script Injection
This is a completely optional permission, and will not degrade the plugin's functionality if disabled. You will only be prompted for this permission when using the "Save to Device" feature.
This is necessary to the Save to Device feature only. The plugin will temporarily create a ModuleScript inside of ServerStorage, which will be used to prompt to save a file to your device. The ModuleScript will be destroyed immediately after closing the save dialogue.
- Temporary scripts are also unarchivable (
.Archivable
property set tofalse
). This means they will not be saved when (auto-)saving your project, or saving/publishing to Roblox.
Open Source Projects
Special thanks to @boatbomber for their help with expanding the plugin. Please check out their Itch.io store for more of their awesome content, and how you can support them too!
The following open-source projects helped to make Codify possible:
- highlighter by @boatbomber
- studio-plugin by @csqrl
- studio-theme by @csqrl
- roblox-lua-promise by @evaera
- sift by @csqrl
- roact-hooks by @kampfkarren
- roact-router by @reselim
- roact by @roblox
- rodux by @roblox
- rodux-hooks by @solarhorizon
Disclaimer
The code Codify produces is not 100% perfect. You should consider that the snippets produced are not optimal, but that shouldn't put you off using it!
Status | Released |
Category | Tool |
Release date | Feb 16, 2022 |
Rating | Rated 5.0 out of 5 stars (2 total ratings) |
Author | csqrl |
Tags | codify, fusion, roact, roactify, roblox, roblox-plugin, roblox-studio, roblox-studio-plugin |
Code license | MIT License |
Links | Source code, Twitter, DevForum |
Download
Click download now to get access to the following files:
Development log
- Version 2.2.583 days ago
- Version 2.2.4May 17, 2022
- Version 2.2.3May 08, 2022
- Version 2.2.1Feb 23, 2022
- Version 2.2.0Feb 22, 2022
- Version 2.1.0Feb 20, 2022
Leave a comment
Log in with itch.io to leave a comment.