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

`UniqueId` properties should only be written to rbxl and rbxlx files

Open kennethloeffler opened this issue 2 years ago • 1 comments

Roblox only writes UniqueId properties to place files (rbxl/rbxlx), and never writes them to model files (rbxm/rbxmx). rbx-dom should do this too.

kennethloeffler avatar Jun 16 '23 05:06 kennethloeffler

The only obvious answer to this is to add API to distinguish between serializing a place file and serializing a model. I'm not sure what the design of such an API would be though. It feels kinda weird to just have duplicates of all of our public facing API, one for models and one for places.

Dekkonot avatar Jul 06 '23 13:07 Dekkonot