need to spawn objects depending on a user input. That means, e.g. if the user enters "Goomba" in a textbox, i want to spawn a Goomba, but if the user enters "Koopa" i want to spawn a Koopa. (just examples)
Is that posssible to spawn a object from an expression instead of a dropdown menu?