MaterialVariant does not look like texture

If I am in the wrong category please tell me before removing this, ty.

I have a texture but since I’m going to use it often I don’t want hundreds of texture in my world
image

On the left is the Image on a texture object and on the right is the material variant. Even though these are the same textures (same rbxasset) they look different. Is there something I’m doing wrong?

1 Like

Material Variants are like Roblox materials, the texture will change color when the block is colored differently. This is not the case with textures because you need to color them manually.