Hallo! Can you explain me why my text doesn't spinning?

Yeah!

Prior to posting: remember to press ctrl-t in processing often: auto format for indents

As I said:

cos(j*angleSpeed); : add something to it

cos(j*angleSpeed + angleAdd);

do the same for sin line obviously

angleAdd+= 0.08;