Hey Chris this should do it.
You will want to paste this script onOnline and onPreview render.
you will want to replace the text object name with your object name and you may want to change the 540 value to a value that represents the center of your scene since it may not be 1080.
dim text as xpTextObject
dim height as integer
Self.GetObjectByName("Text1", text)
height = text.boundingbox.height
text.posY = height / 2 + 540
#XPression