A collection of Bash scripts to manage the Roblox Studio installation on Linux. Current features: install
Find a file
2025-05-23 16:55:26 +01:00
.gitignore First commit 2025-05-21 19:11:33 +01:00
.logger.sh Ensure POSIX shell portability and fix formatting issues 2025-05-21 19:39:49 +01:00
config.sh First commit 2025-05-21 19:11:33 +01:00
install.sh Re-add missing comment 2025-05-21 19:22:46 +01:00
launch.sh Update README.md to mention dependencies and motivation behind project. Create launch.sh, a way to detect and launch the latest Roblox Studio install. 2025-05-23 16:55:26 +01:00
README.md Update README.md to mention dependencies and motivation behind project. Create launch.sh, a way to detect and launch the latest Roblox Studio install. 2025-05-23 16:55:26 +01:00

roblox-studio-linux

A collection of Bash scripts to manage the Roblox Studio installation on Linux

If looking for a GUI app, consider Vinegar by Vinegar HQ.

Dependencies

  • Wine: a a compatibility layer allowing UNIX users to run Windows applications. Tested versions: ^wine-10.2->wine-10.2

  • (optional) X11 Desktop Session: From my experience, Roblox Studio's camera does not behave as expected when using Wayland.

Motivation

A minimal dependency way, run-once-and-forget solution to installing Roblox Studio on Linux.

You should only need to run install.sh once, since that Roblox Studio auto-updates, and the .desktop created and placed under ~/.local/share/applications supports Roblox Studio schemes.

launch.sh is used to launch the latest Roblox Studio install.