Attribute Clipboard Tools

Hello again, fellow devs!

This is my second time posting about a plugin I’ve worked on. This time it’s a simple plugin called: “Attribute Clipboard Tools”. As the title suggests, this plugin allows the user to easily copy, cut and paste attributes from one instance to other instances.

DEMONSTRATION

Baseplate - Roblox Studio (gyazo.com)

The whole idea came after I realized how handy this would be for many as well as myself. So here it is for those interested.

HOW TO USE

The plugin does not have a slot in the plugin menu, instead it only uses shortcuts. To edit these shortcuts, you must go to File > Advanced > Customize Shortcuts > “Attribute” and then change the 3 shortcuts to whatever you wish. We recommend CTRL+ALT+X/C/V.

You can find my other plugins here:

Thank you!

CREDITS
@iiPotatoFlamesii - Scripting
@Sol_ttu - UI

31 Likes

Is there a way to copy and paste a few selected attributes instead of all of them?

I’m afraid not. I don’t think it would even be possible to select individual ones without some sort of string input system. If that’s what you’re looking for then I can of course try and add it in.

You can add a GUI that list out the attributes you want to select

2 Likes

Oh yeah that works too. Thanks for the suggestion, I’ll see what I can do.

1 Like