Studio crashes when editing module script in Run mode

I have an animation editor for my gun system. I use module scripts to store the position data but after a couple min studio just crashes when I edit the module code. It started happening since the last update about a week ago and I haven’t been able to finish any animations because of this. :frowning:

https://gyazo.com/c526d606668b6e7acc26f5e969eb0392

2 Likes

Just make a script and require the module and return all of the data in the output to avoid having to edit the module code.

That’s not how I’m using the module