the ending of the frame is weird shape and the health bar goes along with it, when i move the corner of the frame, the rest always adjust to make it square/rectangle , so how to do this?
I think you would need an ImageLabel. You can also achieve a similar effect by using UICorners though.
just tried it, it didnt work, thank u for effort
I just searched it up and if this post is correct, you can use imageRectOffset and imageRectSize.
This is a Simple and Basic way of doing it:
You can use a UIGradient
, Set the Transparency
as a NumberSequence
, you would then have it cut in half between one side being Fully Visible, and the other being Fully Invisible, like so:
You would then Rotate the Gradient using its Rotation
Property, then you would apply an Offset to be at the end of the Frame.
thank u for effort, ive read the documents about it and it doesnt seem to be the fix to my problem, it shows how to cut parts of imagelabel but the cuts are not diagonal
thank you so much, it works exactly in canvas group
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.