AvatarContextMenuOption
Options for the Avatar Context Menu, a menu that allows users to interact with other players' characters in an experience.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 319 | Friend | 0 | Sends a friend request to the selected user. | |
| 319 | Chat | 1 | Opens a private conversation with the selected user in the in-game chat. | |
| 319 | Emote | 2 | Plays a wave emote animation directed at the selected user. | |
| 384 | InspectMenu | 3 | Opens the Avatar Inspect Menu to view the selected user's avatar and equipped items. |
Description
Options for the Avatar Context Menu
(ACM), a menu that allows users to interact with other players' characters in
an experience. Pass these values to StarterGui:SetCore() with the
"AddAvatarContextMenuOption" or "RemoveAvatarContextMenuOption" options to
add or remove default actions from the menu.
History 5
- 384 Add InspectMenu
- 319 Add Friend
- 319 Add Emote
- 319 Add Chat
- 319 Add AvatarContextMenuOption