This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Members

Functions

Returns Function History
Objects GetCurrentPlayers ( ) (+0.281)
void SetPlayerIsUsing ( Instance player, bool isUsing ) (+0.281)
void SignalDialogChoiceSelected ( Instance player, Instance dialogChoice )

YieldFunctions

  • 1 yieldfunction inherited from Instance

Events

Event
DialogChoiceSelected ( Instance player, Instance dialogChoice )

Property Descriptions

DialogBehaviorType Dialog.BehaviorType

Version History:(+0.281)

float Dialog.ConversationDistance

bool Dialog.GoodbyeChoiceActive

Version History:(+0.263)

string Dialog.GoodbyeDialog

Version History:(+0.206)

bool Dialog.InUse

string Dialog.InitialPrompt

DialogPurpose Dialog.Purpose

DialogTone Dialog.Tone

float Dialog.TriggerDistance

Version History:(+0.290)

Vector3 Dialog.TriggerOffset

Version History:(+0.290)

Function Descriptions

ObjectsDialog.GetCurrentPlayers ( )

Version History:(+0.281)

voidDialog.SetPlayerIsUsing ( Instance player, bool isUsing )

Version History:(+0.281)

Tags: RobloxScriptSecurity

voidDialog.SignalDialogChoiceSelected ( Instance player, Instance dialogChoice )

Tags: RobloxScriptSecurity

Event Descriptions

Dialog.DialogChoiceSelected ( Instance player, Instance dialogChoice )

Inherits: