Animation not looping on client but does on server

As the title says. The character plays the animation looped(Playing the animation on the server). But on the client the animation only plays once. I don’t seem understand how that works but it happened. Any help would be much appreciated!

    local animation = Instance.new("Animation")
    animation.AnimationId = "http://www.roblox.com/asset/?id=" .. id
    local characterId = player.Character:SetAttribute("ID", id)
    local track = player.Character.Humanoid:LoadAnimation(animation)
    track.Looped = true
    track:Play()
1 Like

I believe this is a known issue around the community I’ve read a post about this a year ago I think. I’m not sure if the issue is fixed or anything that would mark your issue as a bug, but I will try and find this topic if I can.

1 Like

Thanks I will be waiting for a response from you.