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.

This did not happen before and is a recent occurence.
Repro:
- 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)
- Create a script anywhere, and put the LocalizationTable inside it
- Save the script using RClick → Save/Export → Save as Local Plugin
- 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