Ello, I want to know how to use animation events in moon same as in built in animator? I created this animation with event:
but when I try to use
GetMarkerReachedSignal
on this animations it just doesn’t run without any errors neither warnings. Here is my code:Anim:GetMarkerReachedSignal("Throw Projectile"):Connect(function() print("ello") end)
the animation plays correctly but it doesn’t print anything. Idk if this is my animation problem or my code is wrong : \