rojo-rbx / rojo

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

Toggling emitLegacyScripts causes ignored instances to be deleted #925

Open tapple opened 3 months ago

tapple commented 3 months ago
  1. Create a project with emitLegacyScripts: true
  2. create a script as an init.client.lua folder, and a meta with ignoreUnknownInstances: True
  3. Add some children to the LocalScript in studio
  4. In rojo, change emitLegacyScripts to false

Actual behavior: the children of the LocalScript are deleted Expected behavior: the old children of the LocalScript are moved to the new Script