TuxStrap#
WARNING!!#
Roblox patched FFlags in version 700. Any Sober version from 1.6.5 (ddf56d) onward WILL NOT ACCEPT FFLAGS.
Roblox has been, and will keep, rolling out updates that actively make the platform worse. Every month they will continue to do the same. Don't play this awful game, go play something better!
Something more than an FFlag manager. Built entirely with TypeScript and Bun, this manages your Roblox FastFlags and lets enable/use features which interact with your system using BloxstrapRPC.
- Piggybacks Discord RPC off Sober
- Event driven so you can make your own plugins
- More coming soon
wip
How to install:#
Add this to your flake.nix:
inputs.tuxstrap.url = "git+https://tangled.sh/@ocbwoy3.dev/tuxstrap";
Add this to your configuration:
environment.systemPackages = [
inputs.tuxstrap.packages.${pkgs.stdenv.hostPlatform.system}.default
];