Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why does my animation blend with roblox running animation?

Asked by 1 year ago
Edited 1 year ago

I have a Tool called P90 it has an Idle Animation that loops until the P90 is unequipped.

Tool.Equipped:Connect(function ()
    IdleAnim.Looped = true
    IdleAnim:Play()
end)

Tool.Unequipped:Connect(function ()
    IdleAnim:Stop()
end)

In case you are curious here is the link to the animation

Even though the Animation Priority is set to Action4 the default running animation on Roblox overrides my Idle Animation. Link to video

Any Ideas?

0
Hi, Can you make the answer as answer that way people know this problem has been solved. theking66hayday 841 — 1y

1 answer

Log in to vote
0
Answered by 1 year ago

This might be an answer to your fix!! Devforum Hope this helps!!

0
Thank you so much! iggyjelly1 26 — 1y
0
No problem, Happy to help!! theking66hayday 841 — 1y
Ad

Answer this question