#How can I detect when a command was used on a player
1 messages · Page 1 of 1 (latest)
Live or just
When you wan to check it
And when I mean live
I mean you get a notification when someone runs a command
im looking for something like _G.Adonis.CommandRan:Connect(function()
etc
its just an example
yes live
i don't believe there is an event that gets triggered when a command is fired
If you're using it in an adonis plugin you could use service.Events.CommandRun
The discord webhook plugin they made a while ago uses that
service.Events.CommandRun being fired each command was used?
i believe so