Hey guys,
I’m currently working on a plugin called Codify, which you can use to turn instances into code. I thought it would be a fun project at first, but then I thought why not post it as well, so here we are.
The plugin is simple to use; Just open it, select the instance you want as code, and there you go! It’s turned the selected instance, and all its descendants, into code that you can directly copy/paste into a script. It uses Instance.new()
to create the instances, and it only generates code for the properties that have been modified.
It’s not finished yet, I’m still testing and debugging, but I’d love to get some feedback on my project and what I have so far!
Here’s the UI: