FravStrap is a personal fork of the Bloxstrap project.
This fork exists for my own C# development work, experiments, and custom modifications on top of the original Bloxstrap.
Bloxstrap is an open-source Roblox bootstrapper that provides flexibility and customization for launching the Roblox client.
FravStrap builds on that foundation with:
- Experimental changes written in C#
- A space for testing new features and ideas
- Modifications that may not be included in the upstream project
- A learning environment for understanding Roblox client bootstrap mechanics
This fork is not intended to replace Bloxstrap, but rather to serve as a personal development sandbox.
If you’re looking for a stable, fully supported version, use the original project:
Bloxstrap Repository
To explore or build FravStrap yourself:
git clone https://github.com/yourusername/fravstrap.git
cd fravstrap
# open in Visual Studio or your preferred IDE