local player = game.Players.LocalPlayer
repeat wait() until player.Character
local character = player.Character
while true do
script.Parent.Size = UDim2.new(character.Humanoid.Health/character.Humanoid.MaxHealth,0,0.803,0)
wait(0.2)
end
Okay I made small mistake, the size of the health bar was actually {1, 0},{1, 0} and i’ve already fixed that up, but I think i’ve found the issue, the image’s size is messed up because it’s like this