Marketplace
DRESS RIGS WITHOUT HUMANOIDS!
I was working on a game where I had to deal with hundreds of NPCs at once which severely reduced performance. That’s why I decided to use AnimationControllers instead of Humanoids but it came at a huge price - only Humanoids can render Clothing.
TUTORIAL
You can now select any Model and render Shirts or Pants without having to use Humanoids at all! This Plugin uses Textures due to them offering better performance than SurfaceGuis.
NOTE:
This Plugin requires Templates, not regular Asset IDs! Here’s an easy method on how you can obtain a Template ID. A Template is an Image that is wrapped around the Character.
Tutorial
Step 1/2:
Find a Classic Shirt or Pants on the Catalog . Click on it and you should see the URL
at the top of your browser look something like this:
https://www.roblox.com/catalog/607785314/ROBLOX-Jacket
This is the AssetID. Now go ahead and copy the number, which in this case is 607785314
.
Step 2/2:
You can manually use InsertService to insert the Asset as a ShirtTemplate or PantsTemplate, then print its Template ID. Run the following code in your Roblox Console:
WARNING:
Only use this method if you know exactly what you are doing. InsertService can be used by Hackers to insert malicious code into Studio. Therefore you should never insert unknown IDs into your game. If you require any form of help or assistance, seek a fellow developer or ask me personally.
local InsertService = game:GetService("InsertService")
local Asset = InsertService:LoadAsset(YOUR_ASSET_ID)
print(Asset:FindFirstChildOfClass("Shirt").ShirtTemplate)
Replace Asset:FindFirstChildOfClass("Shirt").ShirtTemplate
with Asset:FindFirstChildOfClass("Pants").PantsTemplate
if you’re trying to get a PantsTemplate instead of a ShirtTemplate.
You can also upload your own custom Shirt or Pants by downloading the Official Roblox Clothing Template, designing it in a Software of your choice and uploading via Roblox as a Decal.
VERSION LOG 
1.0
Shirts
Pants
R6 Support
1.1
Bug Fixes
2.0 [NEWEST]
Bug Fixes
New UI
R15 Support
Faces
Animations
Multi Rig Support
- It’s amazing!
- I haven’t tried it yet.
- I don’t like it.
DOWNLOAD LINK:
https://create.roblox.com/store/asset/71774011419996/RigWrap