NumberSequences don't save properly in rbxmx files

Repro steps:

  1. Make a ParticleEmitter and use a NumberSequence for one of the properties (like Size)
  2. Export as an .rbxmx file
  3. Import that .rbxmx file
  4. NumberSequence is gone!

Nice find! That is indeed a problem. Those poor NumberSequences.

Is there a way to stop rbxmx from being the default? Also we’d never even encounter this bug if it wasn’t default haha

Is there a way to stop rbxmx from being the default? Also we’d never even encounter this bug if it wasn’t default haha[/quote]

They can easily change the default and they probably will eventually.

I found this bug on accident when I was sending some ParticleEmitters to a friend of mine to play with.

Fixed, should be out soon.