#Confirmation of some commands

1 messages · Page 1 of 1 (latest)

sterile scaffold
#

How to make a confirmation for using commands. Such as ban, kick, shutdown.

spice bear
errant pelican
#

Add a YesOrNo prompt to the command

#
if Remote.GetGui(plr, "YesNoPrompt", { Question = `Question goes here` }) == "Yes" then
-- Code here
end
#

Do not fork the main module