Skip to main content

Start

Function

local Dialogue = WXSCore.Dialogue
Dialogue:Start(ped, name, relationship)

Parameters

NameTypeDescription
pedPedThe ped which the camera will zoom in on
namestringThe name of the ped
relationshipstringWhat will be displayed under the name

Example

This one you'll neeeever see coming! 👀

local Dialogue = WXSCore.Dialogue
Dialogue:Start(PlayerPedId(), "mr johnathan", "stranger")