Render Booth Capture — Make model icons easily.
Need clean icons, thumbnails, renders, or catalog images for your Roblox models?
Recently, I started getting more into Roblox Studio plugins and learning how to make them, mostly for personal use. I noticed that many photobooth and rendering plugins are either expensive, difficult to configure, or include far more than some creators actually need.
I usually keep my personal tools private, but this time I decided to make one available for anyone who wants a straightforward photobooth workflow directly inside Studio.
This is my first public asset, so do not expect it to compete with every large professional tool. It started as something made for my own workflow, and I am sharing it because other creators may find it useful too.
Render Booth Capture
Render Booth Capture lets you select a model in Studio, take a clean picture, remove the background, apply effects, and export the result in a few clicks.
Features
- Automatic framing for a selected Model or BasePart.
- Current View mode for detailed shots using your current camera position and angle.
- Optional custom FOV for the final processed capture.
- Full-model silhouette fitting.
- Background removal and transparent renders.
- One-click character headshots.
- R6 and R15 poses using animation IDs or Roblox animation links.
- The original model is restored after posing, framing, or isolation.
- Toggle selection boxes, SurfaceGuis, BillboardGuis, images, particles, and lights.
- Lighting, outline, glow, drop shadow, brightness, contrast, saturation, transparency, and alpha-bleed controls.
- Custom colors for outlines, shadows, and glow.
- Manual crop tool.
- Capture gallery for comparing renders and choosing which result to export.
- Upload the processed image as a Roblox asset and print the asset ID in Output.
- Optional automatic ImageLabel creation in StarterGui.
- Create textured MeshParts from captures.
- Batch-capture multiple selected models.
- Compact scrollable interface for smaller Studio layouts.
- Legacy and Windows 95 interface themes.
- Real PNG downloads through a self-hosted Cloudflare Worker.
- Copy-ready PNG LINK READY window inside Studio after an export finishes.
How to use
- Install the plugin and open Render Booth Capture from the Plugins tab.
- Select a Model or BasePart.
- Choose AUTO-FIT or CURRENT VIEW .
- Enable custom FOV when you want the processed capture to use a specific field of view.
- Turn on Remove background for a transparent render.
- Enable the effects and cleanup options you want.
- Press Capture viewport or Capture headshot .
- Select the result you want from the gallery.
- Upload it, create a MeshPart, create an image in StarterGui, or export it as a PNG.
The plugin temporarily handles framing, posing, isolation, and visual cleanup for the capture, then restores the original model and Studio camera state.
Downloading real PNG files
Roblox Studio plugins cannot directly write an arbitrary processed EditableImage to the computer as a PNG file. To support real PNG downloads without relying on one shared server, Render Booth lets every user deploy their own free Cloudflare Worker.
The optional Worker kit is attached to this post. It uses Workers KV , not R2.
Worker setup
- Download and extract the attached Worker ZIP.
- Install Node.js LTS.
- Run
INSTALL_WORKER.cmdinside the extracted folder. - Authorize Cloudflare when the browser opens.
- Copy the generated
workers.devURL. - Open
RENDER_BOOTH_UPLOAD_TOKEN.txtand copy the first line. - In Studio, open PNG Worker Setup .
- Paste the URL and token.
- Press Save , then Test .
After exporting a PNG, Studio opens a PNG LINK READY window containing a copy-ready download link. The link is also printed in Output as a fallback.
The Worker is only required for downloading processed PNG files. Capturing, previewing, applying effects, creating MeshParts, and uploading Roblox assets still work without it.
Why free?
This is intended as an accessible tool for small creators, UI artists, thumbnail makers, catalog creators, and developers who want a simple rendering workflow without paying for a large tool or subscription they may not need.
I do not really see plugins as a major source of revenue. I mostly enjoy creating useful alternatives and releasing tools that can help other developers. The optional donation button helps support updates, maintenance, tutorials, and more free or open-source Studio software in the future.
Custom plugin commissions
I also take commissions for custom Roblox Studio plugins.
If you need a workflow tool, creator utility, viewport tool, UI editor, asset helper, or another Studio plugin, send me your idea and explain what you want it to do.
I can help with:
- Custom Studio plugins.
- Model and asset tools.
- UI and workflow automation.
- Capture and thumbnail tools.
- Small utilities for your game or development team.
Message me with your idea, budget, and desired features.
Cloudflare worker kit:
RenderboothWorkerKit.zip (13.2 KB)
TO-DO LIST:
- Add support for Animation controllers for posing.
- Add native png download when the api allows it.
- ???




