bananablox makes it easier to edit roblox studio fastflags through a friendly GUI instead of going and editing ClientAppSettings.json
by hand. This saves time and is friendly for beginners. You can also launch studio through the client. There's various FPS capping options, applying presets
or forcing rendering engines (NOT RECOMMENDED). If something breaks, you can instantly roll it back in a click.
features
- edit fast flags / fvariables with a simple table
- one-click presets (fps cap, renderer overrides)
- backup and restore your flag set
- launch studio straight from the app
- no external dependencies, just python
running it
git clone https://github.com/itsmoxio/bananablox.git
cd bananablox
python main.py
requires python 3.10+. windows only, since that's what roblox studio runs on.
changes take effect the next time studio starts.
why
It saves time, and most importantly, is easy to tweak values (especially fast-flags). Instead of going through hand-editing JSON, you can simply do everything in a minimalist simle UI.