Allow to duplicate Attributes

As a Roblox developer, it is currently too hard to duplicate object attributes.

One advantage of creating object values is that I can easily duplicate this value for many other objects.
image
image

But there are no Udim2Value nor Vector2Value.
But they are in Attributes
So I create a new attribute for UDim2:
image

And it’s there for the current object:
image

But there is no way to copy/paste the same attribute to many other objects.

If Roblox is able to address this issue, it would improve my development experience because this will allow easy duplication of attributes between multiple objects.

18 Likes

You might want to look into this paid plugin. It doesn’t have a way to directly copy and paste attributes between instances, but you can make a temporary preset to apply to multiple instances on the fly. It can be very powerful, albeit for this use-case it’s somewhat of a hack. I use this plugin all the time for this purpose (which is an indicator that Studio should really offer this natively).

That provided though, it would be extremely valuable and much easier if there was simply a copy all option in the properties widget and the per-attribute context menu, and a paste option in the “add attribute” window.

7 Likes