Make another object appear during an animation

Hi! So, basically I’m making an animation that has a little creature appear for a while and then disappear into the avatars body. How do I do this? I’m new to animating and I’m trying to learn along the way so is there any tutorials or something I can follow?

1 Like

It’s not pretty much possible doing this in an animation unless you know what you’re doing, I suggest learning TweenService since this is the thing you would need right now.

For sure, scripting is necessary, maybe try animating what you need on the Player and make the monster lerp to the torso.

If you have no clue on how to do this I suggest watching some tutorials on what I said you will need to use.

1 Like

you can rename a keyframe and script the part for example:

animTrack.KeyframeReached:Connect(function(keyframeName)
if keyframeName == “name” then
– stuff
end)