Question
Tring to remove first character from a string if it's a particular emoji
So I'm trying to remove the first character from a string if that character is a particular emoji. So far I have the code below which seems to work apart from the line 'name = name:sub(2)', which seems to just produce junk. Sorry for the screen grab, this page doesn't like emojis
Any thoughts, anyone?

