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.
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 anOutfits folder in Workspace or ServerStorage and sends every outfit it finds.


Roblox Studio import script
Roblox Studio import script
Step 4: Load your imports
Go back to the Bloxiana webhook import page and press Refresh. Your successful imports appear under Pending Imports.

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
WorkspaceorServerStorage. - Each outfit has valid
HumanoidDescriptionassets. - HTTP requests are enabled in Roblox Studio.
- You pressed Enter after pasting the script into the Command Bar.
