while x+(self.x-1) < self.x do if #text<1 then break else startCount=startCount+1 x=x+1 text=text:sub(startCount, #text) end end
This will cut out 1, 3, ... characters and I don't know why.
I want to get this effect:
Text ext xt t
Edited by LeDark Lua, 17 September 2015 - 01:33 PM.











