Is there anyway to get the animation time in seconds?
or maybe an event that fires when the Animation stops playing?
Is this the proper way to use KeyframeReached?
function DB() enabled = true end animation.KeyframeReached:connect(DB)
You can use AnimationTrack.KeyframeReached to tell you each keyframe's name when it is reached.