What are Keyframe Event values useful for?

For animations in studio, I typically use the keyframe events and enter a name, but not a value. What are the values typically useful for? I’m looking for ideas. Thanks!

If you want to play a sound, i.e., footstep, or slapping sound, you would do it as a keyframe, and use the GetMarkerReachedSignal method to connect to it.

AnimationTrack:GetMarkerReachedSignal()

1 Like