Draw Text at Hit location. How ?

I making a top-down game and I would like to see the numbers of my damage when I hit an enemy.
How can I draw Text at the hit location?

Use a 3D widget.

At hit location, spawn the 3D widget with the Damage dealt, after X , remove 3d widget.