Copy & Paste Logs [BASIC ADMIN ESSENTIALS 2.0]

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. :smiley:

5 Likes

Quick question, what kind of logs are you talking about?

2 Likes

Copy and paste logs, the layout would be the same as chatlogs, logs, shutdownlogs, etc. But it’d display copy and paste logs.

1 Like

That is quite impossible as BAE has new logs every server and it’s also impossible to set or read from someone’s clipboard

1 Like

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.

Are you talking about logging whether a person has copied and pasted something into the chat?

1 Like

Yes, I’ve explained it multiple times.

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.

You could use UserInputService and check if the keycode was control + v and if it was a gameprocessedevent.

Would it be more convenient to just log if they have copy and pasted anything not what they exactly pasted?

Much more convenient to check if they have pasted, rather than what they pasted

Could you review like the plugin scripts for Basic Admin and tell me how I’d make the plugin or so?

Sorry, but I have other stuff to do

Oh, @Txppin as I am not a scripter at all, would it be possible for you to do so, possibly take this into DMs?

Yeah sure, add me on discord at Josh.#8574

I’ve added you on Discord, thank you @Meqolo and @Txppin for the assistance, much appreciated.

This question is still open as was not explained.

Can you give me the script, please?

1 Like

we do not spoon feed code sorry

1 Like

What does that mean exactly? I’ve seen lots of people want this as well