error

You are missing a comma between fg colour and position.

def addTitle(text):
    return OnscreenText(text=text, style=1, fg=(1,1,1,1)
                        pos=(1.3,-0.95), align=TextNode.ARight, scale = .07)

enn0x