Images not appearing in Group Game

I uploaded over 300 images for my new game to be used in an inventory UI.

These images are not appearing in the UI, even when the Image asset IDs are being set correctly, and transparency is set to 0.

These images are auto-loading through a model script into a template, and replicated for each pet the player owns.

All images/decals are uploaded under the same group that game is created under.

This sis my first time developing a group game so I’m not sure if this is a group specific issue?

If so can someone please walk me through what is happening currently and how I can fix it?

EDIT NOTE:
I insert the decal ID’s into my Module script instead of the Image ID’s, would this make a difference?

1 Like

Are you sure you turned on this setting or enabled it correctly? :face_with_spiral_eyes:

because when the image asset is not uploaded under the same group that owns the game If the image was uploaded from a personal account and the game is group owned Roblox may block it from loading due to permission restrictions Make sure the image is uploaded from the group that owns the game and that the asset is approved and moderated by Roblox Also check that the asset is not set to private or under review because restricted assets will not render in live games Publishing or referencing assets across different creators without proper permissions will often result in invisible UI elements or missing decals The safest approach is to upload all UI and decal assets directly through the group that owns the experience to ensure they load correctly

1 Like