Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to move a imagelabel the other way?

Asked by 2 years ago
Edited 2 years ago

So I have a healthbar with a imagelabel as the green part and I tried to make it not squish when it got smaller and I did that and it worked but if I try to do it the other way it just moves the image instead of clipping off the end so I was wondering how I could make it clip the end off and not move the image when resizing it the other way.

0
Try Image's ScaleType to Slice, I haven't figured out the how to use slice for this post yet but slice image type definitely works in your case Xapelize 2658 — 2y
0
I'm not resizing the image I'm resizing the parent frame Bubble_GumRoblox 19 — 2y
0
try setting position of child ImageLabel to UDim2.new(-pie, ...) imKirda 4491 — 2y
0
it didnt work Bubble_GumRoblox 19 — 2y
0
nevermind i figured it out Bubble_GumRoblox 19 — 2y

Answer this question