FunctionsChatRoomCharacterItemUpdateChatRoomCharacterItemUpdate CallableChatRoomCharacterItemUpdate(C: Character, Group?: AssetGroupName): voidUpdates an item on character for everyone in a chat room - replaces ChatRoomCharacterUpdate to cut on the lag. Note that this will not update the server database, which requires either CharacterRefresh, ServerPlayerAppearanceSync or ChatRoomCharacterUpdate.ParametersC: CharacterCharacter to update.optionalGroup: AssetGroupNameItem group to update.Returns voidNothing.
Updates an item on character for everyone in a chat room - replaces ChatRoomCharacterUpdate to cut on the lag.
Note that this will not update the server database, which requires either CharacterRefresh, ServerPlayerAppearanceSync or ChatRoomCharacterUpdate.