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

Is it possible to remove the idle animation?

Asked by
oggy521 72
5 years ago

When using r16, the character default animation for idle has the tendency to look around left and right, is there any way to remove this? I've tried changing the animation ids, doesn't seem to help.

0
there's r16? HappyTimIsHim 652 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago
game.Players.PlayerAdded:Connect(function(p)
workspace:WaitForChild(p.Name)
local Animate = p.Character:WaitForChild("Animate")

Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=2510196951"
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=2510197257"

end)
0
There are 2 different animations. ReallyUnikatni 68 — 5y
Ad

Answer this question