Long story short, im trying to make a plugin that allows you to draw and print out the image you made the drawing of, BUT, when cloning a ‘ImageLabel’ near each other creates an ‘shadow’ effect:
i tried making the image completly white and have NO border, yet on roblox it still seems to create a shadow and it doesnt look as smooth as i wanted it to
This is a roblox issue you can’t really mess with the pixel, roblox set the transparency pixel(the pixel around an the image that is transparency) to black here a devforum to help you
ah i see, ima try these out tomorrow and i will update if i got anything working, an alternative im thinking about is just using a frame with UICorner, but it might not be perfect
Alright, i did some testing and realized that using ImageLabels isnt the best choice, since i didnt consider the image getting even worse in quality when resizing, BUT since i found it really useful to know about this shadow transparency issue, ima put your reply as the solution, thanks!