nickk431 / Modulr

An open-source Roblox utility script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modulr Logo

Modulr

This is WIP so releases may not be in a working state

Repo Stars Repo Forks Latest Release License Last Modified

⚡ Features

  • Sleek, unintrusive interface built with Fusion. Making it Easy to update and futureproof.
  • Easy to use scripting API which allows people to make scripts faster than ever.
  • Made using all of the latest Luau functionality making it fast and reliable.

📩 Usage

Modulr is available to use through the Releases page or through the loadstring script when using a script executor. You may also build it yourself by using the instructions in the Build section below.

🌐 Loadstring (NOT WORKING ⚠️)

-- source at https://github.com/nickk431/modulr/
loadstring(game:HttpGet("https://github.com/nickk431/modulr/releases/latest/download/main.lua"))()

🔨 Build

If you don't want to use the Github release or the loadstring, you can clone the plugin source from GitHub. You'll need to compile the plugin binary yourself using the bundler, and you'll also be responsible for keeping the plugin up to date.

This might be a great option for you if you want to modify the source code, or if you're concerned about security. However, this method sacrifices convenience of installation and updates.

📜 License

Modulr is under the MIT license which can be found below.

MIT License

Copyright (c) 2023 Nick

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

An open-source Roblox utility script.

License:MIT License


Languages

Language:Lua 100.0%