Using the textcommand gump, long text lines that get split will be split in the middle of words etc. This isn't very nice but i'm tempted to keep it like this as it involves less calculation. Why aren't the strings split up with SplitWords and each word added as a whole for even less calculation? Because theres formatting issues with spaces etc...