ExperienceInviteOptions
Used to customize a player invite prompt, such as to customize the prompt message, target a specific connection, or include launch data in the invite.
Summary
Properties
Asset ID that maps to a Notification asset type.
Roblox UserId of the specific connection to invite.
Used to set a parameter in Player:GetJoinData() when a connection joins from the invite notification.
Custom text shown on the invite prompt for the sending player.
Properties
InviteMessageId
Asset ID that maps to a Notification asset type. This asset is used to store/localize a custom string for the invite notification that connections receive. See Setting Notification Options for details.
InviteUser
Roblox UserId of the specific connection to invite; if not provided, the player will be prompted to pick from a list of connections.
LaunchData
Used to set a parameter in Player:GetJoinData() when a connection joins from the invite notification; maximum of 200 characters. See Include launch data for a usage example.
PromptMessage
Custom text shown on the invite prompt for the sending player, for example "Ask your connections to join the adventure!" for a multi-connection invite prompt, or "Invite this connection to join the adventure!" for a specific connection invite prompt.