Animations not playing properly

I want to play an animation, but it doesn’t play. It works just fine in studio, but when I use Roblox Player to test the game, it doesn’t play at all.

I’ve already set my animation’s .Priority to action.

Make sure you are the owner (or that your group is registered as owner) of that animation. If the script works correctly in studio, this is very likely the issue.

I am already the owner of it, so that wouldn’t work.

Could we see the script that plays the animations?

local AnimTrack = Animator:LoadAnimation(AnimsR6.Swing1)
AnimTrack:Play(nil, nil, 1/AttackDuration)

It’s a local script.

NOTE: If I use the example shown here and change the animation id to an animation I own, then it experiences the same issue above.