For whatever reason, if you copy-paste a model containing scripts to load an animation. The calls to load the animation will give the following error message:
![]()
This is despite the fact that the asset id is not empty.
ReproductionAnim.rbxl (65.7 KB)
Reproduction Steps
- Run the experience in Run Mode
- Copy the Rig from ServerStorage
- Paste the Rig into workspace
- Observe as the script inside of the Rig errors.
Expected behavior
I expect animations to load properly if their scripts are copy-pasted from studio into studio.
Post has been heavily edited now that I have narrowed down the main issue.