Skip to content

Coffilhg/Coffee-Components-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

☕ Coffee Components — Roblox Plugin

(Coffee-Components-Plugin)

Turn any selected Instances into reusable Instance.new() module code.
Build Roblox interfaces (and pretty much anything) the React way — modular, declarative, and fast.


💡 What It Does

Coffee Components lets you convert selected Instances into Luau modules that recreate them using Instance.new().
Once generated, you can reuse them just like React components - create, customize, and render UI (or other objects) directly from code.

Example: Select a GUI button in Roblox Studio → turn it into a component (All of the GUI button's properties, descendants and descendant's properties will be saved, so it can be styled - that's the main point of the plugin) → call it from your scripts to generate buttons dynamically without manually referencing paths or worrying about Infinite yield warnings.


⚙️ Setting Up

Get the plugin from the Creator Hub / Toolbox Or download and set it up manually:

  1. Download - CoffeeComponents___V2_1.rbxm
  2. Insert it into Studio (Drag the file into Roblox Studio)
  3. Right-Mouse-Click the Folder you just inserted
  4. Save / Export
  5. Save as Local Plugin
  6. Done! You’re ready to start converting Instances into components.

🧩 Technical Notes

The Entry Point is EveryInstanceProperty.luau; everything else is a ModuleScript .

Some Instance Classes don’t replicate perfectly:

  • Scripts, LocalScripts and ModuleScripts will only be copied without their Content, because Content property cannot be set during runtime - only Plugins/Roblox/Manual Input has permission to do so.
  • MeshParts and Custom Textures (BasePart.MaterialVariant) may not transfer correctly due to Roblox replication limitations (Again, some properties might not be set in a usual way during runtime).
  • You’re free to modify the plugin to fit your needs, following the MIT-License

🌍 License

MIT License © 2025 Coffilhg You may use, modify, and distribute this plugin freely. Please include attribution to "Coffilhg" in your game credits.

Full License: LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages