ROBLOX: AA auto-detector via Discord Webhooks!

Hi! I have a question for the developers here: Do you have any idea how I can make a system that, when someone abuses admin (let’s say :fly me), it kicks them, cancels the command, and sends a message to a discord server channel with the content: “{user} has used an AA command: {command used}. Please check the logs as soon as possible.”? I’ve seen a tutorial on YouTube but not for AA, for any command and I wanted to ask if there is a way to make it so only AA commands appear. (The tutorial was made using the Basic Admin Webhook System which can be found in the toolbox.)

Every reply is appreciated! Thank you and have a great day! :blush:
Also, I hope it is in the good category! ^^

(Tutorial I found: Basic Admin Webhook Tutorial | Roblox - YouTube | yes, I know the video quality is not that good but this is the only thing I found that could help me)

Alright, so do you have any ideas on how the roblox Basic Admin system works?

If not, I can assist you with this…

1 Like

I think I know a way you could make this sort of script.

1 Like

Well, to be honest, I don’t.

Thank you for your reply! <3

1 Like

If you edit the module, instead of making the command fly the player you can make it kick them and send the webhook.

Also, for posting webhooks, here’s my tutorial-if that helps.

1 Like

Alright! Thank you for everything!

1 Like

Oooh, I never thought of editing the module. Thanks for the suggestion!

2 Likes

Note: Editing the module isn’t the most efficient way of doing it as it will require copy and paste code.

1 Like

Yeah, it would be the most simple way.

1 Like

Much better to use the plugins folder and detect when a command is ued.

1 Like

Why need copy and paste code?

1 Like

What do you mean by edit the module?

1 Like

Ah, I miss read your comment.

1 Like

I mean go into the BAE module and go to where something like “fly” or whatever command is and then make it kick the player and send the webhook.

1 Like

I see, it’s not the most efficient way of using BAE.

Also, there’s issues with editing the module as I don’t know how trust levels will work, it’s safer to use the Plugins Folder, as if BAE is ever updated, it will be easier to transfer the modules, also, BAE updates on it’s own, so editing the Module will make it hardcoded, and you don’t really want a hardcoded self-updating admin system.

So for no, stick to the Plugins folder unless you really know what your doing.

1 Like

Edit: Ignore all what I said, @cam is correct, edit the module, just be prepared for errors to occur in the case of self-update.

2 Likes

Alright! Thank you! I will try and sort it out. :smiley:

2 Likes

Could you mark ROBLOX: AA auto-detector via Discord Webhooks! - #14 by cam his post as solution?

You can always unmark it if it doesn’t work.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.