Ok ,
first thing first , I know there is a thousand or million topic like this and I already search them . But everything is same. So I have an animation and its playing well except when its supposed to stopped it doesn’t .Here is the script:
local AnimationStart = Animtor:LoadAnimation(AnimationPlayer)
AnimationStart:Play()
AnimationStart.Stopped:wait()
--AnimationStart.Looped = false
AnimationStart:Stop()
AnimationStart:Destroy()
Also I use moon animator for this animation. So any help is appricated