rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools
https://rojo.space
Mozilla Public License 2.0
906 stars 170 forks source link

Use of the name property of .rbxmx or .rbxm files instead of file names #922

Open VillaErnest opened 1 month ago

VillaErnest commented 1 month ago

It seems like when you replicate a .rbxmx or .rbxm files, it uses their actual file names instead of the name property of the model. It might be trivial, but I do think it makes more sense for the property names to take precedence over the file name.

Specially, developers might want some models to have the same name, but this is not possible since you can't have same name for files in the file system.

Dekkonot commented 1 month ago

This is unlikely to happen because it'd be a breaking change. I understand the use case but it's something we're probably stuck with for now.