Skip to main content
Bulk importing sends outfit data from Roblox Studio straight into the Bloxiana dashboard, where you can review it, configure it, and queue it (for example, as Pinterest posts). It’s the fastest way to bring in dozens or hundreds of outfits at once instead of adding them one by one.

Step 1: Create a webhook

In the Bloxiana dashboard, create a new webhook for bulk importing outfits, then copy its webhook URL. You’ll paste this into the Roblox Studio script in the next step.
Creating a bulk import webhook in the Bloxiana dashboard

Step 2: Fill in the script values

Before running the script, update these values near the top. Keep all replacement text inside the quotation marks. Leave MAX_IMPORT_ITEMS_PER_REQUEST = 100 as-is unless you’re told otherwise.

Step 3: Run the script in Roblox Studio

Paste the updated script into the Roblox Studio Command Bar and press Enter. The script looks for an Outfits folder in Workspace or ServerStorage and sends every outfit it finds.
The Outfits folder in Roblox Studio
Pasting the script into the Studio Command Bar

Step 4: Load your imports

Go back to the Bloxiana webhook import page and press Refresh. Your successful imports appear under Pending Imports.
Pending imports on the Bloxiana webhook page
Press Load on the imports you want to bring into Bloxiana.
Loading imports into Bloxiana

Troubleshooting

If the import doesn’t work, check that:
  • The webhook URL was pasted correctly.
  • Your outfit folder is named Outfits, or the script is updated to match your folder name.
  • Your outfits are inside Workspace or ServerStorage.
  • Each outfit has valid HumanoidDescription assets.
  • HTTP requests are enabled in Roblox Studio.
  • You pressed Enter after pasting the script into the Command Bar.
Still stuck? Join the Bloxiana support server for help.
Last modified on September 11, 2026