Skip to content

Commit

Permalink
Added tons of resources from my DevForum bookmark
Browse files Browse the repository at this point in the history
See this commit for changes
  • Loading branch information
loominatrx authored Mar 30, 2024
1 parent 9cc7801 commit 44445f3
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,16 @@ This list contains **safe resources** that you can use for your games, so you do
| [Roact](https://github.com/Roblox/roact) | [Roblox](https://github.com/Roblox) | A declarative UI library for Roblox Lua inspired by [React](https://reactjs.org/). | [Docs](https://roblox.github.io/roact) | This is really powerful if you are planning to make advanced UI. |
| Cmdr ([GitHub repo](https://github.com/evaera/Cmdr), [DevForum thread](https://devforum.roblox.com/t/cmdr-a-fully-extensible-and-type-safe-command-console-for-roblox-developers/182815)) | evaera ([DevForum](https://devforum.roblox.com/u/evaera), [GitHub](https://github.com/evaera)) | A fully extensible and type safe command console for Roblox Developers | [Docs](https://eryn.io/Cmdr/) | Versatile library for debugging. |
| Warp ([GitHub repo](https://github.com/imezx/warp), [DevForum thread](https://devforum.roblox.com/t/warp-very-fast-powerful-networking-library/2779813)) | Eternity_Devs ([DevForum](https://devforum.roblox.com/u/Eternity_Devs), [GitHub](https://github.com/imezx)) | Blazingly fast and powerful networking library | [Docs](https://imezx.github.io/Warp/) | - |

| Rain ([GitHub repo](https://github.com/buildthomas/Rain), [DevForum thread](https://devforum.roblox.com/t/rain-module-plugin/157190/1)) | buildthomas ([DevForum](https://devforum.roblox.com/u/buildthomas), [GitHub](https://github.com/buildthomas/)) | A rain module designed to work straight out of the box. | [Docs](https://github.com/buildthomas/Rain#api-available-on-the-rain-module) | Read pros and cons before proceeding |
| [Re:Notify](https://devforum.roblox.com/t/renotify-simple-clean-notifications-framework/2749009) | [0bBinary](https://devforum.roblox.com/u/0bBinary) | Modern and sleek notification framework. | Documented on the thread | - |
| [UIStrokeAdjuster](https://devforum.roblox.com/t/uistrokeadjuster-properly-scale-your-uistrokes/1889014) | [Awesom3_Eric](https://devforum.roblox.com/u/Awesom3_Eric) | A simple fix to properly scale UIStrokes | docs link | notes |
| Color ([GitHub repo](https://github.com/Blupo/Color), [DevForum thread](https://devforum.roblox.com/t/color-a-color-management-and-manipulation-library/1545749)) | Author ([DevForum](https://devforum.roblox.com/u/BlupoV2), [GitHub](https://github.com/Blupo/)) | Roblox Luau library for color management and manipulation, inspired by chroma.js. | [Docs](https://blupo.github.io/Color/) | - |
| Dial Display ([GitHub repo](https://github.com/PlasmaGH/Dial-Display-LuaU/tree/main), [DevForum thread](https://devforum.roblox.com/t/dial-display-a-clean-multipurpose-display/2884960)) | ItsPlasmaRBLX ([DevForum](https://devforum.roblox.com/u/ItsPlasmaRBLX), [GitHub](https://github.com/PlasmaGH)) | A clean multipurpose display | Documented on the thread | - |
| RBLXGUI ([GitHub repo](https://github.com/xa1on/rblxguilib), [DevForum thread]([paste devforum url here](https://devforum.roblox.com/t/rblxgui-v104-studio-like-gui-library-that-emulates-the-standard-studio-look-and-feel/2891503))) | something786 ([DevForum](https://devforum.roblox.com/u/something786), [GitHub](https://github.com/xa1on)) | Studio-like GUI Library that emulates the standard "studio" look and feel | No docs at the moment, please make a pull request if there is one | Not to be confused with EgoMoose's RbxGuiLib |
| Fiu ([GitHub repo](https://github.com/rce-incorporated/Fiu), [DevForum thread](paste devforum url here)) | [RCE Incorporated](https://github.com/rce-incorporated/Fiu) | Luau bytecode interpreter for Luau | [Docs](https://github.com/rce-incorporated/Fiu/blob/main/README.md) | could be vulnerable with script attacks, use with caution |
| [Secure Lua VM](https://devforum.roblox.com/t/secureluavirtualmachine-controlled-execution-environment/2774729) | [ASense Team]https://www.roblox.com/groups/10496843 | A secure Lua VM based on [FiOne](https://github.com/Rerumu/FiOne/) | Documented on the thread | Luau support is not implemented |
| CustomClickDetector ([GitHub repo](https://github.com/commitblue/customclickdetector), [DevForum thread](https://devforum.roblox.com/t/customclickdetector-a-custom-implementation-of-robloxs-click-detectors/2135073)) | commitblue ([DevForum](https://devforum.roblox.com/u/commitblue), [GitHub](https://github.com/commitblue/)) | A custom implementation of Roblox's [ClickDetector](https://create.roblox.com/docs/reference/engine/classes/ClickDetector) | [Docs](https://commitblue.github.io/customclickdetector/) | See [differences between Roblox's built-in ClickDetector and this library](https://devforum.roblox.com/t/customclickdetector-a-custom-implementation-of-robloxs-click-detectors/2135073/5) |
| LayoutUtil ([GitHub repo](https://github.com/ok-nick/LayoutUtil/tree/master), [DevForum thread](https://devforum.roblox.com/t/layoututil-automatically-sizes-a-scrollingframes-uigridlayoutuilistlayout/720840)) | iiNemo ([DevForum](https://devforum.roblox.com/u/iiNemo), [GitHub](https://github.com/ok-nick/)) | Automatically sizes a ScrollingFrame’s UIGridLayout/UIListLayout | [Docs](https://github.com/ok-nick/LayoutUtil/tree/master#documentation) | - |

<!--
If you are adding new library to the list, paste this under the list and change it accordingly:
Expand Down Expand Up @@ -96,13 +105,17 @@ A list of plugins that you can use to make your life easier than ever!
| [Interface Tools](https://devforum.roblox.com/t/404423) | [fivefactor](https://devforum.roblox.com/u/fivefactor) | The plugin helps expedite user interface design by providing easy access to hundreds of icons, patterns, gradients, and button styles. | ![](/assets/robux_small.png) 1000 | not worth the price, but I'm not gonna stop you from buying it. |
| Tag Editor ([DevForum thread](https://devforum.roblox.com/t/101465), [GitHub repo](https://github.com/tiffany352/Roblox-Tag-Editor/)) | [Sweetheartichoke](https://devforum.roblox.com/u/Sweetheartichoke) | This plugin allows you to create tags, and then assign them to objects in your game. You can also visualize and view a list of what objects have a given tag, and so on. | Free! | You should read the DevForum thread to know the key feature of this plugin (and also a bit of explanation on using [CollectionService](https://developer.roblox.com/en-us/api-reference/class/CollectionService), since the plugin relies on it). |
| [Lucide Icon Picker](https://devforum.roblox.com/t/lucide-icon-picker-%E2%80%94-beautiful-open-source-and-free-icons-for-your-work/1507946/) | [7kayoh](https://devforum.roblox.com/u/7kayoh) | An icon picker for [Lucide Icons](https://github.com/lucide-icons/lucide). | Free! | Not all icons are available, as this plugin is still in alpha stage. Also, the Roblox library version is not working, [get it here instead](https://gitlab.com/koterahq/luciderblx/plugin/-/releases). If you want more icons, build the plugin yourself. |
| [QCS](https://devforum.roblox.com/t/qcs-quick-code-snippets-plugin/2033134/) | [LoganboyInCO](https://devforum.roblox.com/u/LoganboyInCO) | A code snippet plugin built with Studio's [Script Editor API](https://devforum.roblox.com/t/script-editor-api-full-release/2032451) | Free! | Still on early stage, doesn't have good amount of customizability. |
| [Dialogue Editor](https://devforum.roblox.com/t/advanced-dialogue-system-node-editor/1526346) | [Sol_ttu](https://devforum.roblox.com/u/Sol_ttu) | An advanced dialogue editor with a cool node editor, so you can make dialogues without killing your brain with scripting. | Free! | Really, you should check this out when creating RPG game. It's easy to use! |
| [Moon Animator 2](https://www.roblox.com/library/4725618216/Moon-Animator-2) | [xsixx](https://www.roblox.com/users/9543399/profile/) | An advanced animation editor with robust and versatile features | ![](/assets/robux_small.png) 1,700 | VERY EXPENSIVE, yet VERY USEFUL PLUGIN if you are attempting to make video animations inside Roblox. |
| [Studio Fast Travel](https://devforum.roblox.com/t/studio-fast-travel-free-plugin-for-developers/2130256) | [CurtisOrNot](https://devforum.roblox.com/u/curtisornot) | This plugin allows you to save and teleport your studio camera so you don't have to fly to one location over and over again! | Free! | - |
| [Studio Clock](https://devforum.roblox.com/t/studio-clock-the-most-innovative-plugin-on-the-roblox-platform/2503264/) | [Throwawayfour7x4](https://devforum.roblox.com/u/Throwawayfour7x4) | A plugin that adds a widget to your studio that displays the current time in a 12 hour format, and how long you’ve been working in your current session. | Free! | - |
| [Fluency Icon Library](https://devforum.roblox.com/t/fluency-icon-library-smooth-outline-icons-2k-icons/2038503) | [blve_hxrizon](https://devforum.roblox.com/u/blve_hxrizon) | An icon library plugin for Microsoft's Fluent Icons. | Free! | Restart studio after installing this plugin. |
| [Roact Visualizer](https://devforum.roblox.com/t/roact-visualizer-develop-roact-components-in-real-time/1388899) | [pa00](https://devforum.roblox.com/u/pa00) | Preview Roact tree in real-time. | Free! | grab this if you are certified roact user lol |
| [Roact Visualizer](https://devforum.roblox.com/t/roact-visualizer-develop-roact-components-in-real-time/1388899) | [pa00](https://devforum.roblox.com/u/pa00) | Preview Roact tree in real-time. | Free! | NOT compatible with [react-lua](https://github.com/jsdotlua/react-lua). |
| [CornerPro](https://devforum.roblox.com/t/cornerpro-a-plugin-that-you-may-have-never-seen/2638699) | [Noxhazel](https://devforum.roblox.com/u/NoxhazeI) | A plugin that allows you to set corner size on specific corner. | Free! | - |
| [NodeGraph](https://devforum.roblox.com/t/nodegraphv20-create-connected-networks-of-nodes-easily/2865840) | [tyridge77](https://devforum.roblox.com/u/tyridge77) | Create 3D nodes and connect them together to form networks or paths. | Free! | Could be useful for custom NPC pathfinding |
| [Dropper](https://devforum.roblox.com/t/dropper-the-external-rbxm-inserter/2389378) | [metatablecatmaid](https://devforum.roblox.com/u/metatablecatmaid) | External RBXM inserter | Free! | Roblox-made models cannot be imported using this plugin. However, user-made models can! |
| [Swap](https://devforum.roblox.com/t/swap-supercharged-class-converter-and-more/2713629) | [defaultyboii1324](https://devforum.roblox.com/u/deafaultyboii1324) | Supercharged class converter and more | Free! | [See some key differences between this plugin and Reclass](https://devforum.roblox.com/t/swap-supercharged-class-converter-and-more/2713629/3?u=loominatrx) |
| [GUI Copilot](https://devforum.roblox.com/t/gui-copilot-make-quick-edits-to-your-guis/2888904) | [defaultyboii1324](https://devforum.roblox.com/u/deafaultyboii1324) | Make quick edits to your GUIs | Free! | great plugin holy shit |

<!--
If you are adding new plugin to the list, paste this under the list and change it accordingly:
Expand Down Expand Up @@ -130,8 +143,6 @@ I decided to make dedicated building plugins section as there are many building
| [Hide Water](https://devforum.roblox.com/t/2209977) | [PoppyandNeivaarecute](https://devforum.roblox.com/u/PoppyandNeivaarecute) | This plugin allows you to toggle the visibility of terrain water. | Free! | - |
| Axis Indicator ([GitHub repo](https://github.com/DonKingFrog/Axis-Indicator), [DevForum thread](https://devforum.roblox.com/t/axis-indicator-a-new-better-selector-for-your-developing-needs/2809793)) | DonKingFrog ([DevForum](https://devforum.roblox.com/u/DonKingFrog), [GitHub](https://github.com/DonKingFrog)) | Better selector inspired by Blender, a 3D modeling software. | Free! | Sleek UI, check it out |



<!--
If you are adding new plugin to the list, paste this under the list and change it accordingly:
| [Plugin name](paste devforum link here) | [Author](paste devforum url here) | desc | price | notes |
Expand Down Expand Up @@ -177,6 +188,14 @@ A list of resources that doesn't fit anywhere.
- [Roblox OSS Community Projects](https://discord.gg/3QX2WTBbqr) - Open source projects created by the Roblox OSS community.
- [Voxelized Smoke](https://devforum.roblox.com/t/voxelized-smoke/2627924) - CS2-alike smoke.
- [Roblox's Code Samples](https://create.roblox.com/docs/samples)
- [Minimalist performance monitor GUI](https://devforum.roblox.com/t/minimalist-performance-gui/2865918)
- [Hidden Glass Distortion Effect with Real-time Reflections Tutorial](https://devforum.roblox.com/t/topic/2338789/1)
- [`table.find` vs. Key Indexing](https://devforum.roblox.com/t/topic/764774/1)
- [Silk+ v2.8, a classic look for Studio's design refresh](https://devforum.roblox.com/t/topic/2039150/1)
- [exe, an admin panel with modern look](https://devforum.roblox.com/t/product-exe-most-stunning-admin-panel-yet/2873667)
- [CPU caching, and why buffers & native codegen are awesome](https://devforum.roblox.com/t/topic/2893571/1)
- [How to mimic Cel Shading effect](https://devforum.roblox.com/t/topic/1472627/1)
- [Clippsly: Free Public Music for your Roblox Games](https://devforum.roblox.com/t/topic/2414072/1)

## Tutorials

Expand Down

0 comments on commit 44445f3

Please sign in to comment.