How to make borders of ImageLabel correspond to it's outlines?

i want to make it so that content parented to an ImageLabel stays inside it’s outline, sort of like the below video:
https://gyazo.com/a57bcd60f912b30192978320eda234e3

Unfortunately, Roblox doesn’t currently support this.

(But you can here Masking for UI Elements :slight_smile:)


If you really need this, there is a work around using viewport frames outlined here:

(You’ll need to convert your outline into a mesh though.)