So im making a troll admin command for my game and I used channels and it kinda starts flying in game.
(In the animation editor its all fine)
In game:
In animator: (also I didnt just press play but I just scroll through the animation)
Here is my playing anim script:
local anim = Instance.new('Animation')
anim.AnimationId = 'rbxassetid://17787450889'
local track = script.Parent.Humanoid:LoadAnimation(anim)
track.Priority = Enum.AnimationPriority.Action4
track:Play()