why does nothing happen
local anim = game.ReplicatedStorage.DCEU.Flash.Stop local animator = player.Character.Humanoid local stoptrack = animator:LoadAnimation(anim) player.Character.Humanoid.WalkSpeed = 0 stoptrack.Priority = Enum.AnimationPriority.Action stoptrack:Play()
thankyou in advance
thankyou to everyone who replied, i have fixed the issue, the animation i was using was broken , i just had to remake the animation