Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UniqueId properties should only be written to rbxl and rbxlx files #284

Open
kennethloeffler opened this issue Jun 16, 2023 · 1 comment

Comments

@kennethloeffler
Copy link
Member

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.

@Dekkonot
Copy link
Member

Dekkonot commented Jul 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants