10-24-2015, 03:10 AM
I believe it isn't implemented because vanilla Minecraft doesn't support spaces. You could try changing this line to
local playerName = table.concat(a_Split, " ", 3)and that should work.