Skip to content

Commit

Permalink
Fix some minor mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
loominatrx authored Mar 30, 2024
1 parent 44445f3 commit bab19a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ This list contains **safe resources** that you can use for your games, so you do
| [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 |
| RBLXGUI ([GitHub repo](https://github.com/xa1on/rblxguilib), [DevForum thread](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](https://devforum.roblox.com/t/fiu-complete-luau-bytecode-interpreter/2892695)) | [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) | - |
Expand Down Expand Up @@ -162,7 +162,6 @@ If the plugin is paid, consider adding `![](/assets/robux_small.png)` (without t
| PixelFix ([DevForum thread](https://devforum.roblox.com/t/pixelfix-remove-the-black-edges-on-scaled-images/201802), [GitHub repo](https://github.com/Corecii/Transparent-Pixel-Fix))| Corecii ([DevForum](https://devforum.roblox.com/u/Corecii), [GitHub](https://github.com/Corecii)) | Remove the black edges on scaled images, very useful if your images (especially icons) has black edges after uploading it on Roblox. |
| [Rojo](https://rojo.space) | [The Rojo Team](https://github.com/rojo-rbx) | Rojo is a project management tool designed to get professional resources in the hands of Roblox developers. |
| [rbxfpsunlocker](https://github.com/axstin/rbxfpsunlocker) | [axstin](https://github.com/axstin/rbxfpsunlocker) | FPS unlocker for Roblox (both Client and Studio). Can be used to fix weird stuff in your game while the FPS is unlocked. <sup>ahem, experience</sup> |
| [Grapejuice](https://devforum.roblox.com/t/grapejuice-easily-run-roblox-on-linux/262949) | Brinker7 ([DevForum](https://devforum.roblox.com/u/Brinker7), [GitLab](https://gitlab.com/brinkervii/)) | Easily run Roblox Player and Roblox Studio on Linux. <br />_Note: This is not officially supported by Roblox, so use at your own risk._ |
| [Script Assets](https://devforum.roblox.com/t/script-assets-preview-all-assets-in-a-script-for-roblox-studio-vs-code/1541277) | [catgirlin_space](https://devforum.roblox.com/u/catgirlin_space) | Preview all assets in a script for Roblox Studio & VS Code |


Expand Down

0 comments on commit bab19a3

Please sign in to comment.