FunctionsChatRoomCharacterUpdateChatRoomCharacterUpdate CallableChatRoomCharacterUpdate(C: Character): voidPushes the new character data/appearance to everyone else in a chat room and updates the server database. Note that this will not update the server database, which requires either CharacterRefresh or ServerPlayerAppearanceSync.ParametersC: CharacterCharacter to update.Returns voidNothing.
Pushes the new character data/appearance to everyone else in a chat room and updates the server database.
Note that this will not update the server database, which requires either CharacterRefresh or ServerPlayerAppearanceSync.