Cropping pictures and text

Hello there, I was trying to make a loading bar that is changes it’s text as the loading going on
Something like that:

I had a merged idea of making a dynamic logo
Like that once:

Then I found out that there is no such thing as “cropping” pictures/text and it doing fine no matter about it’s bounds.

And when in first case I could make a text label for every letter but this would look not like excepted and in second case is impossible.

I was thinking about making a frame for every pixel or maybe 3x3, but that sound unoptimised.
So I wounder if there any others way to make a “crop” picture or text.

The only way I know of is ClipsDescendants, but that will always be a rectangular crop. As far as Roblox goes, this is a lot of work for very little benefit. You could pre-render frames for it if you wanted and bulk upload all of those, but I don’t think there is a good way to do what you want.

1 Like

Yes, that’s mostly solves the issue with loading bar, but not for logo. However thank you for efforts