Random SubUV material for instanced meshes?

actually, your first method was closer. the issue was you needed to multiply it by 4, because the perinstancerandom goes between 0-1 and you have 4 frames, so that’s that. and it was blending between the frames because you hadn’t floored or ceiled it.
glad you figured out a way though :slight_smile: