Text:TweenPosition(UDim2.new((0,0,0,100), "Out", "Linear", 3, true, nil)
If you're looking for any errors. You have an extra parenthesis in there. The fixed version would be:
Text:TweenPosition(UDim2.new(0,0,0,100), "Out", "Linear", 3, true, nil)