Text Render Rotation Issue

Hi, I have a text render component in my character to show some statistics. I managed to make the text rotate to the camera but some times it goes a bit away from the character. Here’s how it looks like:

My code:

Any ideas how to improve it to make the text to stay on top of the character no matter what the rotation?

EDIT: Fixed by centering the text. Was so simple.