metauni / metaboard

Multiplayer drawing boards for sharing knowledge in Roblox.
Mozilla Public License 2.0
28 stars 6 forks source link

GetPivot() affected by edit pivot #83

Closed blinkybool closed 1 year ago

blinkybool commented 1 year ago

I think there's a bug in the metaboard surface positioning logic. It makes use of GetPivot, assuming that if the board is a metaboard, then this will return the cframe of the primary part. That's only true by default, and if you edit the pivot of the board model in studio (for example to arrange the boards in an arc) then the lines will be positioned incorrectly (at the new pivot). Should grab the cframe of the primary part instead.

blinkybool commented 1 year ago

Fixed in 7064698