I'm making a hangman game, and I need for the script to randomly pick a word from a list of words.
HOWEVER, the player is asked how LONG of a word he/she wants beforehand. So, I need the script to randomly pick a word from the list that is a certain length long. How do I do this?
Offline
Well, you could try using a:
item (any) of [list](If that didn't work, I meant you can use a round block in the variable list section that says "item (any) of list".)
Offline