Choose word (server) - scribble-rs/skribbl.io-docs GitHub Wiki
This message requests the client to choose a word or notifies such action.
lobbyChooseWord
- Choosing player : object
-
id: Player ID : int -
words: Words to choose (only defined for drawer) : array- i: Word : string
-
[
"lobbyChooseWord",
{
"id": 123
}
][
"lobbyChooseWord",
{
"id": 123,
"words": [
"something",
"laugh",
"sad"
]
}
]