local dummy = script.Parent
local punchAnimation = Instance.new("Animation")
punchAnimation.AnimationId = "rbxassetid://123976373125516"
local punchAnimationTrack = dummy:WaitForChild("Humanoid"):WaitForChild("Animator"):LoadAnimation(punchAnimation)
punchAnimationTrack.Looped = true
punchAnimationTrack:Play()
1 Like
This is a guess, but did you anchor the model on the client and have it unanchored on the server?
Also this could be an issue with who the animation belongs to. Did you publish that animation as your own or under the group that ur editing that game?
my own animation, model anchored on server
I ended up playing the animations on the client side
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.