So I have a healthbar with the inside being a imagelabel when I resize the imagelabel it squish's the image I want it to kinda remove a bit off the side how could I achieve this?
the script that changes the size
local Mob = script.Parent.Parent.Parent:FindFirstChild("Humanoid") while true do wait(0.1) local pie = (Mob.Health / Mob.MaxHealth) script.Parent.SurfaceGui.Frame.Frame.potato.Size = UDim2.new(pie, 0, 1, 0) end
idk how to add a image