#Animation

1 messages · Page 1 of 1 (latest)

sick path
#

I have made an animation with the roblox built in animator, i have published it, added its id to an animation and tried playing it with both animationcontroller and humanoid. No matter what it wont play yet it prints when debugging. Im not sure what the problem is, because while playtesting i can adjust the bones just fine.
here is the debugging script:

local viewmodel = workspace.fakeviewmodel
local animator = viewmodel.Handle:WaitForChild("Humanoid").Animator

local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://120600608421607"
local track = animator:LoadAnimation(animation)
track.Looped = true
track.Priority = Enum.AnimationPriority.Action4

task.wait(5)
track:Play()
track.DidLoop:Connect(function()
    print(1)
    print(track.Length)
    print(track.Looped)
    print(track.Animation)
    print(track.Speed)
end)
``` No matter what everyone tells me im cooked or that its usually not supposed to happen, and that its weird. I have seen that myself but i cannot find the problem no matter what. I've even asked claude and they couldnt come up with an answer.
inland berry
sick path
#

i have tried testing on both the server and client, i apologize if i misunderstood you

inland berry
balmy quail
#

is anything in the model anchored

sick path
#

only the primary parts

sick path
inland berry
#

Well maybe try unachoring the primary part then. Even tho i think it should still play the animation even when anchored because it is played on the server.

sick path
#

should i set cancollide for the primary part on then?

honest thunder
#

I mean this might be dumb but unanchor everything

inland berry
#

so it doesn't just fall through the floor

sick path
#

unanchoring the primarypart also wont help, currently the entire model has everything unanchored (atleast the part containing the meshpart id like to edit)

sick path
#

here is the hierarchy

#

I might have found something that could help

#

i made an animation placeholder that looks absolutely horrible

#

and that one plays successfully

#

could it be a problem with the joints?

#

huh

#

it works for some reason

#

I think its a problem with exporting

inland berry
#

well

sick path
#

it also works on client

#

I have no idea why

#

I guess its solved then

inland berry
#

👍

sick path
#

thanks for the help!

inland berry
#

Btw what is the music in the clip you provided?

sick path
#

Fear boss theme blocktales