In my Inventory system the items automatically have a white background for the tools in the scrolling frame.(The blank white slots are other tools I just haven’t added images to them to associate it) I’ve looked through all my frames and the properties options for anywhere I can make it transparent but I am unable to. Anyone have ideas on how I can fix this?
Note I did not make the setup for the inventory myself as it was taken from an open source one. I just edited the inventory to look how I wanted it to look with just keeping the function of the inventory.
Have you got an ImageLabel anywhere? Maybe hidden under a script, this will help me make my next step.
For reference, this might look something similar to this:
I’m going to assume that it is the ImageLabel named “Sample” under the regular LocalScript.
Check if the BackgroundColour3 is set at anything other than 1.
You need to turn the background transparency of the frame to 1, and go to a background removal site to remove the current images background.
1 Like
Thanks that resolved the problem for me. The transparency was set at 0 once I set to 1 it fixed it.
1 Like
Glad it worked! If you need anything else I’ll keep checking on the forum
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.