Where can I find the texture for the Korblox Deathspeaker's torso?

I doesn’t seem to be in the “Content” tab on it’s library page.

If you insert it into studio via InsertService.LoadAsset() then you can get the texture from the texture property of the mesh.

2 Likes

The reason it’s not there is because the package is UV mapped to one texture, not the torso itself.
(it should also be noted that the Content section isn’t there for users not using Roblox+)

You can find that texture here and determine which part the torso is.

Adding on to this, the easiest way to find which part of the texture replicates on which is opening the mesh in blender, opening the UV map in an image tab, and going into edit mode on the torso and selecting all faces. Not much you can do unless you want to re-unwrap, but good if you want to check which part of the uv map covers the torso.