Parent and Unparent Parts mid-animation

I’ve been attempting to learn to use Moon Animator 2, and I’ve been wondering how/if I can remove parts from it’s parent mid animation. For example, having a character throw an object and be removed/disconnected from the model so it does not move with the character’s hands after being thrown. Forgive me if the solution is obvious or I missed something, I’m new to Studio and animation in general so some help is appreciated. Thank you!

1 Like

What you need is to set an animation event. Then call it with GetMarkerReachedSignal.

https://developer.roblox.com/en-us/api-reference/function/AnimationTrack/GetMarkerReachedSignal

Put anything your heart desires in that event. I like using these markers to make it look like items have changed hands with parenting, but it’s really just transparency!

3 Likes

Thanks for the help! I’ll give it a shot.