remove the empty name and the spaces between the strings;
instead of
artistsnames = {"Europe","21 pilots", " ", "Pac-Blox"}
go for
artistsnames = {"Europe","21 pilots","Pac-Blox"}
might help idk.
also remember that your object names (what you've named your bricks, guis and etc.) should not have a space in them