Callback.Add("Tick", function()
	local bar = myHero.hpBar
	print(bar.x .. " " .. bar.y)
end)
Always returns "-999 -999"
 
	![[Patch 10.9] hpBar Bug: post #1](https://gamingonsteroids.com/public/style_images/shelter2/icon_share.png) 
                    
                
                
				 
				
					
				
Callback.Add("Tick", function()
	local bar = myHero.hpBar
	print(bar.x .. " " .. bar.y)
end)
Always returns "-999 -999"
0 members, 1 guests, 0 anonymous users