[SOLVED] How to Text break, and add new line

i want to break line for each result please check my events tell me what i have to do

like apple is green then break line
kiwi is white break line
and so on ,…

please help…link to text screenshot {to fix}

I think what you are referring to is NewLine().
What exactly do want to achieve in this code?


i want to break line
like graps is purple
banana is yellow
like that
now i get all this in single line

The action strings should be:
NewLine() + “text_here”

Example:
NewLine() + “Grasp is purple”

And I’m pretty sure what you meant was Grapes :thinking:

2 Likes

thanks it worked
:kissing_heart::kissing_heart::kissing_heart::kissing_heart::kissing_heart:

1 Like