Copy and paste read-only properties in the properties widget

As a Roblox developer, it is currently too hard to copy values in read-only properties.

I am right now trying to make a UISizeConstraint to limit the size of my UI on desktop while allowing it to shrink for mobile. I want to copy the AbsoluteSize of my un-constrained UI for this purpose to set it as the maximum size in a UISizeConstraint before changing the scale to be larger for mobile.

I cannot copy the value in this box like I can other input properties of this type, which means I need to memorize the numbers and manually input them into the UISizeConstraint MaxSize property.

image

If Roblox is able to address this issue, it would streamline my development process and save me time and effort.

13 Likes