How do I find the original (possibly templates) ID for shirts and pants? I'll show examples

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:

1 Like

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:

  1. Paste this in the command bar and change 144076358 to your Shirt/Pant ID:
    game:GetService("InsertService"):LoadAsset(144076358).Parent = workspace
    
  2. After pressing enter, look for a model named ‘Model’ if the workspace, it will have one child, which should a shirt/pant instance.
  3. The ID at the end of the template property is the template ID.
  4. 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.