How to imply part transparency into animations

I made the weapon animation which requires 2 magazines in one viewmodel. It worked well when being executed in Moon Animator


But after exported it to Roblox, the new magazine (from left hand) did not change its transparency

Do anybody know how to fix this?

Roblox doesn’t support animating properties of objects other than Motor6Ds when using Animations. You can work around this by adding markers to your animation, using a LocalScript to use the AnimationTrack’s GetMarkerReachedSignal("MarkerName") event and make the part transparent.

2 Likes