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.