Posts by Guilherme • 29 points
1 post
-
2
votes1
answer62
viewsQ: How to replace a special character in moon?
I’m developing a hangman’s game, but I found a problem, I can’t replace the character ã. Follows the code: local done = false local words = { "bola", "casa", "avião" } local randomWord =…