rbx-dom icon indicating copy to clipboard operation
rbx-dom copied to clipboard

Vector2 turns INF into 0 in rbx_xml

Open KelvenOne opened this issue 2 years ago • 0 comments

I tried importing a rbxmx file today and noticed that the (inf, inf) in my UISizeConstraint got turned into (0, 0)

To replicate, just create an UISizeConstraint, save as a rbxmx, then try to import via Rojo.

KelvenOne avatar Sep 05 '22 22:09 KelvenOne