You can make a text object and, each time you want to display points, create the text object at sprite.X and sprite.Y-(value) to put the points above your sprite. Set the value (100, 200, 300...) Then destroy the text object :)
If you want the text object move to make it more dynamic you can set the sine behavior on it.
This works with sprite instead of text object too.