Decals not being rendered in ViewPortFrame

Hi everyone,

i am currently making a GUI in which i want to display all the cube types of my game. The cubes have decals on each side displaying their number. I am using the exact same cube models as the ones the player is holding in his hands, but the decals with the numbers are not shown in the GUI on the left side. I am even slightly rotating the cubes on the Y-axis every frame but that makes no difference.

What could be the issue here?

Thanks in advance!

– SormDev

Hi! According to the documentation, Nested GUI objects (such as decals and textures) aren’t supported due to performance.
Viewport Frames

1 Like

Ok, so i guess i’ll have to make textured models in blender and import those. Thank you!