Okay so, I’m trying to make something happen while an animation is playing. So for example, a random part is made after 3 seconds once an animation is played. How can I make this work? Do I use GetTimeOfKeyframe? Thanks in advance.
1 Like
try using animation events shown in this article (if you scroll down)
That was what I was mainly looking for, thanks. Just wondering, how can I make an animation stop and play again at a specific point? Again, thanks.
https://developer.roblox.com/en-us/api-reference/property/AnimationTrack/TimePosition
maybe thats what your looking for?
1 Like
I think so, thanks. If I don’t understand it, I’ll ask you again.