Lution is a third-party app that upgrades your Sober experience with quality-of-life tweaks and extra features. It’s kind of like Lucem or Bloxstrap, but built entirely in Python .
Oh, and yes — it works with Bloxstrap mods too!!111
If your mods aren't working, drop an issue on GitHub so we can take a look (might be our bad tbh)
Wanna run Lution or help improve it? Here's how:
Make sure Python is installed on your system.
git clone https://github.com/Lutionhq/Lution.git
cd Lution
cd Lution/src
./run.sh
git clone https://github.com/Lutionhq/Lution.git
cd Lution
python3 -m venv venv
source venv/bin/activate
cd src/Lution
pip install -r requirements.txt
If you are using Debian based distro, please also run
sudo apt install python3.12-venv
python3 -m streamlit run main.py
or
streamlit run main.py
Q: Does Bloxstrap’s fflags work with Lution?
A: Yep! Roblox and Sober use the same fflags structure, so it should just work.
Lution edits the contents in your Assets Overlay path to apply changes.
Find it here