.Split não é uma função
// This usually happends because you're trying to split something that isn't
// a string, just put .toString() before
// example:
Blyxyas
// This usually happends because you're trying to split something that isn't
// a string, just put .toString() before
// example: