Hi developers! So I was making an R15 avatar for one of my games and I wanted it to look more alive, so I added a few animations
The animation is showing on the server but not the client.
The script is the following, (Script found inside the character model). For me and my collaborators, the script is looking fine. So I don’t think the problem is that .
local animationId = 123456789
local controller = script.Parent.Humanoid
local animation = controller:LoadAnimation(script.Animation)
animation:Play()
animation.Looped = true
Hello, so this fix doesn’t work for me. I’ve tried almost everything but the animations are still only working in studio. The animations are running on the server and are ran in the Animator:LoadAnimation Thing.
It is a group game but the animations are on the group so it shouldn’t be cause of that.