RobloxDev Bucket for Scoop
scoop bucket add rbxdev 'https://github.com/ddavness/scoop-RobloxDev.git'
This bucket contains awesome applications made by the Roblox community targeted to Roblox development. All you need to do to get them is run a command, and no worries about setting up complicated stuff (like the PATH).
What's Scoop?
If you ever used Linux, Scoop will be familiar to you. Scoop is a CLI installer for Windows - and it can be used just like your local package manager: apt/dpkg
, dnf/yum
, pacman
, etc.
It makes installing applications a whole level of degree easier. Instead of having to go through multiple installers, all you need to do is a couple commands.
Read more at https://scoop.sh
Application | Description | Repository |
---|---|---|
alpha-utils |
Helps fixing black edges on .png images before uploading to Roblox. |
urraka/alpha-bleeding (source); ddavness/alpha-utils (Windows binaries) |
rojo |
Allows for code to be synchronized between Roblox Studio and an external filesystem (For example, a Git repo) - installs pre-release version (0.5.x ) |
rojo-rbx/rojo |
rojo04 |
Installs Rojo 0.4.13 (EOL) |
rojo-rbx/rojo |
spacescape-roblox-converter |
Prepares skyboxes made with spacescape and exported with Unity settings to be uploaded for Roblox. | ddavness/spacescape-roblox-converter |
roPresence |
A Discord Rich Presence for Roblox. | JiveOff/roPresence (Original editions); ddavness/roPresence (Scoop-tailored editions) |
rbxlx-to-rojo |
Quickly converts your Roblox place into a Rojo filesystem. | rojo-rbx/rbxlx-to-rojo |
rbxfpsunlocker |
Removes the Roblox's framerate cap - useful for high refresh rate monitors. | axstin/rbxfpsunlocker |
selene |
A Lua linter made for Roblox developers. | Kampfkarren/selene |
You are free to suggest applications to the repository!
Create an issue on apps you'd like to add:
-
Things you need to keep in mind (this is not strict, but recommended):
-
- The application must to be able to run on Windows, ideally without any dependencies (doesn't mean it mustn't have any -
alpha-utils
needs a Visual C++ Runtime);
- The application must to be able to run on Windows, ideally without any dependencies (doesn't mean it mustn't have any -
-
- The application should be made by the Roblox community for the Roblox community;
-
- The application is portable - just run the
.exe
file.
- The application is portable - just run the
-
- You should tell whether the program works for both 32bit and 64bit Windows versions, and if so, whether there are separate versions for each architecture.
You can also add a PR to add your own manifest!
- Please read this article about app manifests in Scoop.
-
The license of this scoop bucket only applies to the bucket itself (the manifests) - the applications themselves have their own licenses.
-
I suggest that you also add the
extras
bucket alongside this one. You can do so with the commandscoop bucket add extras
.