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

how to make a dialog kick option?

Asked by 3 years ago

so just say i pressed this option in the dialog... how would I get it to kick me? and if you can add an example (because sometimes I don't know where to put where)

1 answer

Log in to vote
0
Answered by
0hsa 193
3 years ago

you should look it up before posting here

button.MouseButton1Click:Connect(function()
    player:Kick(kickmessage)
end)
0
what type of script would it be? and where? cuz i tried in a normal script in a dialogchoice and it didnt work even with an alt JmoneyPlayzOfficial 49 — 3y
0
also do you put anything specific or change anything to something specific (other than kick message) JmoneyPlayzOfficial 49 — 3y
Ad

Answer this question