This is my personal fork of RoSeal I forked it to add a couple of features I wanted for my own use
this is unofficial. If you want the real, polished thing, grab it from roseal.live.
- Unfriend Swiper — a Fast Swiping based way to unfreind users on your friends list
- Outfit Roulette — rolls you a random outfit out of items your Roblox inventory.
- The icon — I drew it in MS Paint
You'll need Bun (run bun upgrade if you already have it).
- Build it:
bun run build --target chrome - Open
chrome://extensionsand flip on Developer mode (top right) - Click Load unpacked and pick the
dist/folder it just made
bun run build --target <TARGET> [--release]TARGET=chrome|firefox|edge|safari- Skip
--releasefor a normal dev build. Output lands indist/.
bun run redist— builds every target at once intobuilds-dist/.
(Firefox reviewers: use bun run build --target firefox --release. Without --release you get a dev build that won't match the submitted checksum.)
Built on top of RoSeal — Copyright (C) 2022-2026 roseal.live. Licensed under AGPL-3.0
- Dev WS server port:
2923 - Dev API server port:
4121 - Dev WWW server port:
35922
