I don’t quite understand what you’re asking, but maybe this is helpful:
a = [[\n\]] -- you can define raw literal strings with [[ ]]
print(a) -- \n\
I think it would also help if you walked through, step-by-step, exactly what the problem is. What you’re seeing, and what you want to see. It seems like you’re asking a question involving TextLabels, but I can’t be sure.