Wordle Scratch code has a bug: Whenever an input is given by the user the program prints 5 of the same sprite with the same costume regardless of input. The program should print all letters in user input as 5 separate sprites with costumes matching their letter
I tried following this tutorial however I get a different result despite copying the code exactly from what I can tell.
I think your problem might be that you don't have a script for when your sprite starts as a clone and the fact that your only sprite doesn't have any costumes, meaning that when you clone your sprite, it's going to be the exact same thing unless you add costumes and add a "when I start as a clone" script.