Why is the Texture blurry in Studio and Game for a second when I change the textures?



Can someone tell me why this happens and is there a solution? I’m not sure why it cause that issue.

Maybe because its still loading the textures still try searching on how to load textures or decals faster. Well idk but that’s my theory.

2 Likes

I believe this is due to texture streaming. This happens because the studio first loads a low res version of the texture to keep things fast & then updates it to full quality once it’s ready. You can fix it my turning off texture streaming in file > studiosettings > rendering or just preload the texture with script with ‘ContentProvider’.

1 Like

It’s possible that the problem is related to an update or bug in Roblox’s handling of textures. The issue might not have been as noticeable because of different optimization techniques used back then.

i tried to preload it and it didn’t changed anything. Still blurry.

try testing on different devices or check if your texture file is overly compressed (as this might degrade quality). If the issue persists, it might be a Roblox-side bug, and reporting it could help.

I tried on mobile and pc, it’s still the same and it is not compressed. Where can I report it to Roblox?

I gad this issue for what a year or two, i am not sure, but the worst thingis it started to happen to materials in studio too a few months ago my materials became very low quality and i can’t fit it. Reinstalling studio didn’t help.

Hey, i have experienced this issue lately in some Roblox games, i think it may be due to either a bug or some new texture loading feature, you can try using content provider to preload the textures you are planning to use, but because of past comments it looks like that didn’t work, if you think its a bug you can report it here.

(also wanna note that this only seems to be happening on clothing in studio and in the live games)