BoneFish Documentation
Last updated: August 2026 ยท BoneFish v7.2.0
๐ Introduction
BoneFish is an open-source enhancement suite for Roblox on Windows, forked from Bloxstrap. It provides bootstrapper customization, mod support, FastFlags management, and optional overlays โ from multi-instance launching to deep customization through mods and FastFlags.
Key Highlights
- Multi-Instance โ Run multiple Roblox instances at once
- FastFlags Editor โ Graphical FastFlag management
- Mod Support โ Import mods for cursors, fonts, sounds, and more
- Theme Engine โ Customizable bootstrapper appearance
- FPS Monitor โ Real-time FPS counter overlay (Ctrl+Shift+F)
- Crosshair Overlay โ Custom crosshair for any game (Ctrl+Shift+C)
- Game Session Manager โ Restores Roblox after unexpected crashes
- Auto Cache Cleanup โ Automatic cleanup of old Roblox cache
๐ฅ Installation
System Requirements
- Windows 10 or later (64-bit)
- .NET 9.0 Runtime (download here)
- Roblox installed
Quick Install
- Download the latest
BoneFish.exefrom the Releases page - Run
BoneFish.exeโ it will automatically install and configure itself - Launch Roblox through BoneFish to enable all features
Portable Mode
Place BoneFish.exe in any folder and run it. All settings and data are stored in a BoneFish folder next to the executable.
Updating
BoneFish automatically checks for updates on launch. You can also manually download the latest version from the Releases page.
๐ First Launch
When you first run BoneFish, you'll see the setup wizard. Here's what to expect:
- Install Location โ Choose where BoneFish stores its data
- Bootstrapper Style โ Pick a theme for the Roblox bootstrapper
- FastFlags โ Choose performance presets and FPS cap
- Integrations โ Configure Discord Rich Presence, activity watcher
After setup, right-click the BoneFish icon in your system tray to access all features.
โ๏ธ Features Guide
๐ฎ Multi-Instance Launcher
BoneFish allows you to run multiple Roblox accounts simultaneously. Each instance runs independently with its own settings.
- Enable in Settings โ Integrations โ Activity Watcher
- Each instance can have different FastFlags profiles
- Smart window management prevents focus stealing
โก FPS Monitor
On-screen FPS counter overlay that works while Roblox is running.
- Enable via Settings โ Experimental โ FPS Monitor, or press Ctrl+Shift+F
- Draggable counter with saved position
- Runs as a separate overlay โ no game-side modification
๐ Auto-Reconnect
Never lose progress again! BoneFish automatically detects disconnections and reconnects you to the server.
- Works with all Roblox games
- Configurable retry count and delay
- Only reconnects if within timeout window
๐ฎ Game Session Manager
Tracks Roblox sessions and automatically restores them after unexpected crashes or reboots.
- Found in Settings โ Game Session Manager
- Scans for recently suspended apps and resumes them on the next launch
- Keeps a session history with restore results
๐ฏ Crosshair Overlay
Customizable crosshair overlay for any Roblox game โ especially useful for FPS games.
- Multiple crosshair styles (dot, cross, circle, custom)
- Adjustable color, size, opacity
- Toggle with hotkey (default: Ctrl+Shift+C)
๐ฆ Mods & Customization
BoneFish supports mods to customize your Roblox experience โ cursors, fonts, sounds, and more.
Installing Mods
- Download a mod
.zipfrom the Mods or community - Open BoneFish Settings โ Mods โ Import Mod
- Select the
.zipfile - Review the files that will be added/overwritten
- Confirm to install
content/ (textures, sounds, fonts), ExtraContent/ (additional assets), or ClientSettings/ (FastFlag overrides).
Official Mod Collections
- Source-backed mod list โ Verified mods with real sources
- Old Avatar Background โ Restores the classic avatar editor background (bundled)
- Old Character Sounds โ Classic walk, jump, and get-up sounds (bundled)
- 2006/2013 Cursors โ Classic Roblox cursor sets (bundled)
- Emoji Fonts โ Catmoji and Segoe UI Emoji variants (bundled)
Creating Mods
To create your own mod:
- Create the folder structure:
content/textures/,content/sounds/,content/fonts/, orClientSettings/ - Place your custom files in the appropriate folders
- Zip everything and share with the community!
โ๏ธ FastFlags Manager
FastFlags control Roblox's internal settings. BoneFish provides a graphical editor to safely modify them.
Common FastFlags
DFIntTaskSchedulerTargetFpsโ Sets the FPS cap used by the performance presets
Access FastFlags via Settings โ FastFlags. Flags in the built-in library ship with descriptions, and experimental flags are clearly marked.
๐งน Cleanup Tools
BoneFish includes independent cleanup tools for Roblox Player and Studio installations.
Clean Roblox Player
Removes Roblox Player data including:
- Player binaries and version directories
- Registry keys (roblox, roblox-player)
- Shared log and cache files
Clean Roblox Studio
Removes Roblox Studio data including:
- Studio binaries and version directories
- Registry keys (roblox-studio, roblox-studio-auth, Roblox.Place)
- File associations (.rbxl, .rbxlx)
- Shared log and cache files
๐ง Troubleshooting
BoneFish won't start
- Ensure .NET 9.0 Runtime is installed
- Check Windows Defender/antivirus isn't blocking it
- Run as Administrator
- Delete the
BoneFishsettings folder and reinstall
FPS Monitor not showing up
- Confirm FPS Monitor is enabled in Settings โ Experimental
- Press Ctrl+Shift+F to toggle it at any time
- Restart BoneFish after enabling
Mod not showing up
- Ensure the ZIP has proper structure (
content/,ExtraContent/, orClientSettings/) - Try re-importing the mod
- Check the Mods page in settings to see active mods
Multi-instance not working
- Enable Activity Watcher in Settings โ Integrations
- Launch each instance separately from the system tray
- Some anti-cheat systems may block multiple instances
โ FAQ
Is BoneFish safe?
Yes! BoneFish is completely open source โ review the code on GitHub. It doesn't modify Roblox memory or inject code; it works with Roblox's official bootstrapper and configuration files.
Will I get banned?
BoneFish does not modify Roblox binaries or memory. As with any external launcher or bootstrapper customization, use at your own risk โ especially in competitive games.
Is BoneFish free?
Yes, completely free and open source. If you'd like to support development, consider donating.
Can I use BoneFish with other mods/launchers?
BoneFish is compatible with most Roblox mods. However, using multiple enhancers simultaneously may cause conflicts. We recommend using BoneFish as your primary enhancement tool.
How do I report a bug?
Open an issue on our GitHub Issues page or ask in our Discord server.
Can I contribute?
Absolutely! Check our Contributing Guide on GitHub. We welcome PRs, bug reports, and feature suggestions.