Is there any free property transfer plugin I could use?

So there’s this frustrating and time consuming thing whenever I’m making GUIs. Sometimes, I forget to create a TextButton, and instead I created a TextLabel, and then I have to go through the rigorous process of transferring every property from my TextLabel to my TextButton manually. So is there any plugin that automates this? ie. You select any number of UI elements, and you select which one to copy from and it copies to all the properties that are present in all the other UI elements

My bad, I misinterpreted the question.
You can use Reclass:

Thanks, I’ll check it out later.