So I have a punch animation that will get played once my animation reaches the “Attack” animationEvent, but the event I have set up for it is not firing for no apparent reason
rightPunchAnim:GetMarkerReachedSignal("Attack"):Connect(function()
end)
I have checked and that name given as a parameter in the event is the correct name for the animation event so Idk why it won’t work.