Difference between GetMarkerReachedSignal and KeyframeReached?

I’m trying to figure the difference between these two but I’m not sure what it is. Anyone have an explanation of when one should be used over the other?

It’s similar to .Changed and :GetPropertyChangedSignal. They’re similar but have different uses.

.KeyframeReached fires whenever any keyframe is reached, whereas :GetMarkerReachedSignal takes a string and fires the signal whenever a specific keyframe is reached.

1 Like

Not exactly, KeyFrameReached fires on every keyframe that does not have the default name “Keyframe”.

1 Like