I am making a shop UI however the images of the swords keep overlapping over the frame when I scroll. Is there a way to fix it so this doesn’t happen? I’ve tried changing different property settings but it didn’t seem to resolve the problem. Wasn’t sure if there was a way to fix this or I just have to make my UI a bit different.
Could it be because the ImageLabels
in your ImageButton
does not have a rotation of 0? Roblox doesn’t clip UI descendants if they have a rotation.
1 Like
Thanks! it looks like that was the reason becasue I have the images rotated. Simple fix on my part. Thanks!