Model.WorldPivotData
needs a custom property setter/getter
#391
Labels
Model.WorldPivotData
needs a custom property setter/getter
#391
As discovered in #238, rbx_dom_lua is missing a custom setter/getter for
Model.WorldPivotData
, which causes failure to sync model pivots downstream in Rojo.We should add a custom setter and getter for this property that use
PVInstance:PivotTo
andPVInstance:GetPivot
.The text was updated successfully, but these errors were encountered: