LocalizationTables inside plugins will have their data wiped

LocalizationTables that have their data inside them fine while in explorer will mysteriously have all their data vanish when saved inside a script as a plugin.

image

This did not happen before and is a recent occurence.

Repro:

  1. Get a LocalizationTable instance with data inside it (I use the Localization Tools window to download the cloud table as a file, then import it into Studio to get an Instance)
  2. Create a script anywhere, and put the LocalizationTable inside it
  3. Save the script using RClick → Save/Export → Save as Local Plugin
  4. Attempting to use the data (my test was print(script.LocalizationTable:GetEntries())) will have the table be empty

Betas

I don’t remember enabling any manually

  • glTF Export
  • Revamped Asset Manager

System

Happens on other systems too so the system information doesn’t seem relevant, but:
Windows 11 Pro 24H2 OS Build 26100.8655
AMD Ryzen 7 7700X, 64GB, AMD Radeon RX 6800

Expected behavior

As had been working previously, the LocalizationTable retains its data after being saved

Thank you for the report!

We have found the cause of this issue and have rolled out a fix.
If you don’t see a difference, try restarting the Studio an extra time for the fix to apply.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.