Hello, I’m trying to get the time of where an animation marker is in an animation. I’m trying to basically do what AnimationTrack:GetTimeOfKeyframe() does except with an animation marker. I’ve tried researching a way to do this with no avail. Is it possible to do this?
In the docs GetMarkerReachedSignal only refers to KeyFrameMarkers but have you tried to see if that can be used to get the animation time?
Otherwise can you try adding a KeyFrameMarker to the same frame you have the AnimationMarker?
I don’t believe you can retrieve the Keyframe using a KeyframeMarker, thus you can’t retrieve the time. Believe it or not, markers are quite limited.
They are used as an event that can pass a single value upon reaching a specified frame.