Reproduction Steps
Clothing looks super janky and weird in R6; more specifically, the top of the left shoulder is off by about two pixels and blurred, and the top of the torso is super blurry and overall distorted. This can be easily replicated by making specific details in clothing which attempt to keep things aligned, or important details in general.
Expected Behavior
The clothing should be clearly visible on all body parts and no weird pixel offsets.
As you can see above, the clothing is aligned in the template.
But when uploaded to Roblox and viewed on a R6 model, the top of the torso has become blurred out with weird rendering issues.
The same clothing works on a R15 player model and has no visual errors.
The same thing can be said for the left shoulder, it is blurred and off by about two pixels.
The right shoulder works as intended, albeit a little blurry.
Issue Area: Engine Issue Type: Display Impact: High Frequency: Constantly Date First Experienced: 2020-08-05 03:08:00 (+01:00) Date Last Experienced: 2022-02-08 00:02:00 (+00:00)
Still an issue a year later, sad. Such a simple fix.
Basically the clothing textures are made out of giant meshes that are mapped to the clothing template. the R6 ones look like this:
The distortion on the beveled edges is caused by the UV Mapping of the padding sections in the main areas of the composites. The edges of the blocky model go into this area and become weird and distorted as a result.
The fix would be just to straighten the UV Mapping of these areas. as seen here:
The shoulder being off center is because that part of the composite is misaligned by those two pixels you were talking about. You can see that here:
What’s weird is that every R6 model ever has the same issue and weren’t adjusted for this.
The blurriness is the way that Roblox fits the clothing into the full composite seen earlier. Instead of making the image larger it crushes it down by 25%(768x512) to fit into the 1024x512 frame.
In the meantime, while Roblox doesn’t fix this. I’ve fixed it myself. Along with a few other things like the UV Mapping of the torso and head. Put this in your game folder and overwrite what it wants. content (1).zip (49.7 KB)
The fix doesn’t seem to work and I’m not sure if I just installed it wrong, but I was wondering if you could help me make this a feature in my own ROBLOX game to assure the original quality of the Classic Clothing and the proper UV mapping onto the avatar.
It does work! Definitely just installed it wrong. Only thing I’d wish it did was actually increase the resolution to show the full original detail of the clothing.