- How To Use -
This unpacker works using a configuration notecard.
1. Create Your Buttons
Your HUD object must have child prims named exactly:
UNPACK – gives the folder
URL – opens 1 or more links
GROUP – opens 1 or more group invites
DETACH – detaches the HUD
(optional) more URL or GROUP buttons work automatically
You can add as many as you want — the script reads the notecard.
2. Setup the CONFIG Notecard
Example:
# FOLDER NAME
FOLDER = My Awesome Product
# URL BUTTONS
URL:1 = https://yourstore.com
URL:2 = https://discord.gg/yourdiscord
URL:3 = https://facebook.com/yourpage
# GROUP INVITES
GROUP:1 = 00000000-0000-0000-0000-000000000001
GROUP:2 = 00000000-0000-0000-0000-000000000002
# AUTO DELETE AFTER UNPACK
DELETE = YES
Notes:
Use URL:1, URL:2, URL:3 to add multiple URLs
Use GROUP:1, GROUP:2, GROUP:3 for group UUIDs
Set DELETE = YES if you want the HUD to remove itself after unpacking
Set DELETE = NO to keep the HUD attached
3. Add Your Items Inside the HUD
Put your product items inside the root prim’s inventory (next to the script), except:
❌ Do NOT include:
The script
The CONFIG notecard
A blank notecard named “secret_loop” if used
Everything else will be given to the user.
4. Using the HUD In-World
When worn:
Click UNPACK
→ A folder named from the notecard (FOLDER =) appears in the user’s inventory
→ If DELETE = YES, the HUD deletes itself
Click URL
→ Opens all URLs listed in the notecard
Click GROUP
→ Shows join links for all groups listed
Click DETACH
→ HUD detaches from the avatar
5. Tips
Rename your object to:
Your Items Name / Store Name
You can reskin/texture the HUD any way you want.
You can add more URL or GROUP buttons by duplicating prims and naming them:
URL
URL1
URL2
URL3
GROUP
GROUP1
GROUP2
GROUP3
- Instant Folder Delivery – One click sends all items directly to the customer
- Multi-URL Support – Add multiple website, Discord, or store links
- Multi-Group Join Links – Supports several group invites
- Auto-Delete Option – HUD can remove itself after unpacking
- Lightweight & Creator-Friendly – Simple setup & no lag
