How to improve image textures loading time?

Basically what the title says, if there’s any method or way or anything I can do in Studio to improve loading times in Studio it’d be great to know.

The game loads fairly quick everything for me (guessing that has to do with cache data), but I’ve invited friends to test load times, said the same thing, all models loaded but they were all grey.

3 Likes

downscale the texture resolution, if the textures are really high res (like 10,000x10,000) then obviously the load times are going to be longer.

1 Like

1024x1024 is the biggest an image can be on Roblox without being automatically compressed.

2 Likes

The less textures you have in your game the less time it needs to load. Low res textures doesn’t make much different because roblox downscale every images to 1k.

1 Like

Maybe implement a loadimg screen, so they do not see it until it is loaded