roblox-bug-tracker icon indicating copy to clipboard operation
roblox-bug-tracker copied to clipboard

Negating a union with an "unrecognized format" still instances a NegativePart

Open The0neThe0nly opened this issue 11 years ago • 0 comments

When you negate a union with an unrecognized format, Studio still creates a NegativePart. If you try to separate or union this part, it will throw an error stating "Unexpected end of file while reading 32 bytes".

Trying to union any of these parts instanced will throw a "union unsolvable" error.

If you attempt to union any part to the union with an unrecognized format, it will instance a union in workspace similar to how it instances a NegativePart except it will not throw any error.

Repro steps:

  1. Download the example place file.
  2. Negate the union seen in Workspace
  3. Try separating or unioning the NegativePart that is instanced in Workspace

The0neThe0nly avatar Aug 14 '14 07:08 The0neThe0nly