I don’t know how to explain it but I’ll show the links. If I use the original ID for the shirt or pants, it won’t do anything. Only way is just find the TEMPLATE of it:
Some browser extensions for Roblox, such as BTRoblox (shown below), have buttons on the item pages to go to the image.
If you don’t have a browser extension with the feature, and dont want to install one, you can do this in Studio:
- Paste this in the command bar and change
144076358
to your Shirt/Pant ID:game:GetService("InsertService"):LoadAsset(144076358).Parent = workspace
- After pressing enter, look for a model named ‘Model’ if the workspace, it will have one child, which should a shirt/pant instance.
- The ID at the end of the template property is the template ID.
- With the ID, go to https://www.roblox.com/library/144076357 but replace
144076357
with the template ID from the previous step.
Hope this helps!
2 Likes
Oh yeah, I already got it. Thank you though.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.