Basic Admin Essentials 2.0
Hello, fellow scripture. I’m wondering how I would make a copy and paste log plugin for Basic Admin Essentials 2.0, you can find the loader here and the module here
To access the module, you’d enter this into the command bar game:GetService("InsertService"):LoadAsset(563619835,true).Parent = workspace
What I need help with
I tried to use the chat features to make copy and paste logs as plugin but have no clue how to use it, you’d use the chat service but I’m not entirely sure how. It’d make a list like logs but use the format of Username: Text/ID.
Thank you for your help
I sincerely appreciate your help, would be even more appreciated if you would leave a plugin/script of code for myself to edit.
It would only log it for a server, and it’s not to read from their clipboard it’s to use advantage if they paste into the Roblox chat, it’d log it, it’d be used in interview centers to know if someone is cheating or not.
If you just want to detect if they have been pasting stuff then you can check using the UIS and checking for Ctrl+V however, you won’t be able to check what was actually copy pasted into it without editing the chat module, which is complicated and I’m not gonna go into it.