Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how do i kick player when selecting dialog choice?(my english is so bad sry)

Asked by 2 years ago

local Dialog = game.Workspace.Gojo.Head.Dialog.DialogChoice.beforeoof.oof

Dialog.DialogChoiceSelected:Connect(function(Player, Choice)

Player:Kick()

end)

im getting error ;/

DialogChoiceSelected is not a valid member of DialogChoice "Workspace.Gojo.Head.Dialog.DialogChoice.beforeoof.oof" - Server - Script:3

0
is dialog variable a dialog? can you show me the explorer? WINDOWS10XPRO 438 — 2y
0
Can you show us the whole script please?! KamKam_AJHasBeenBan 37 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago

Dialogchoiceselected isn't a function for game.Workspace.Gojo.Head.Dialog.DialogChoice.beforeoof.oof

Ad

Answer this question