no errors appear on the output.
i want to run a function when the animation reaches a certain keyframemarker, but even when it reaches that marker the script won’t run for some reason, i don’t know why
this is the script
bowshoot:GetMarkerReachedSignal('UnleashArrow'):Connect(function()
~~the code here
end)
bowshoot:Play()