LaurenceBedford Hey, I took as a template a twitch integration that is around the forums, don't remember who made it, with you connect with websockets to twitch. Then, you listen for the commands:
IF (Websocket.lastmessage == "!play" && username not already entered)
Create chicken
Set chicken.id to the username who sent the message
Push the username to an array, so one person can't enter twice
Then, if you want the user to controls its chicken, you pick by comparision, and pick the one with the name of the username, and do what you want to do :)