An alternative bootstrapper for Roblox with a bunch of extra features.
Go to file
2023-01-27 15:26:41 +00:00
.github Add Winget Releaser workflow 2023-01-05 10:08:45 +08:00
Bloxstrap Fix directory structure 2023-01-27 15:26:41 +00:00
.gitignore Initial commit 2022-08-02 18:07:21 +01:00
.gitmodules Add NuGet reference for DiscordRPC (for realz) 2022-12-27 00:16:32 +00:00
Bloxstrap.sln Fix directory structure 2023-01-27 15:26:41 +00:00
LICENSE Initial commit 2022-08-02 18:07:21 +01:00
README.md Update README.md 2023-01-08 23:33:06 +00:00

Bloxstrap

License GitHub Workflow Status Downloads Star

An open-source, feature-packed alternative bootstrapper for Roblox.

This a drop-in replacement for the stock Roblox bootstrapper, working more or less how you'd expect it to, while providing additional useful features.

Keep in mind - this does not touch or modify the game client by itself, it's just a launcher!

If you encounter a bug, or would like to suggest a feature, please submit an issue!

Bloxstrap is only supported for PCs running Windows.

Features

Here's a list of the features that Bloxstrap provides over the stock Roblox bootstrapper:

  • Ability to disable the Desktop app
  • Persistent file modifications (re-adds the old death sound!)
  • Painless support for Discord Rich Presence
  • Support for silent automatic FPS unlocking with rbxfpsunlocker
  • A customizable launcher (including dark theme!)
  • Support for opting in to pre-release testing channels

Installing

Download the latest release of Bloxstrap, and run it. Configure your preferences if needed, and install. That's about it!

Alternatively, you can install Bloxstrap via Winget:

> winget install bloxstrap

You will also need the .NET 6 Desktop Runtime. If you don't already have it installed, you'll be prompted to install it anyway.

It's not unlikely that Windows Smartscreen will show a popup when you run Bloxstrap for the first time. This happens because it's an unknown program, not because it's actually detected as being malicious. To dismiss it, just click on "More info" and then "Run anyway".

Once installed, Bloxstrap is added to your Start Menu, where you can change your preferences if needed.

Other Contributions