Shorthand property input only recognizes >1/<0 decimals on UDim2s for the X axis

As is documented here, when you add a decimal point after a number on UDim2’s, it should be treated as scale. This is only the case for the X axis.

If I type in the properties panel “0.5, 1.5”, I expect to get {0.5, 0}, {1.5, 0}, however I actually get {0.5, 0}, {0, 1}. This is also the case for negative numbers, “0.5, -1.5” results in {0.5, 0}, {0, -1}

Expected behavior

Typing decimals should apply to both the X and Y axes for UDim2’s

5 Likes

@tnavarts, I just wanted to mention you here as I know you work on this and I hadn’t heard back from anyone

1 Like

Yeah, sorry. It’s been assigned to me but I have some other stuff to do before I get to it.

3 Likes

A fix is on the way, should be in next week’s release (the 24th).

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.