Custom Animation help (Got It working)

When I join in my game in Roblox Studio, my idle custom animation wont play. Help?
script is here:
game.Players.PlayerAdded:Connect(function(Player)
Player.CharacterAdded:Connect(function(Character)
Character.Animate.idle.IdleAnim.AnimationId = “rbxassetid://5927378511”
end)
end)

problem
This is the problem

-put in starter character scripts - -

local animations = script.Parent:WaitForChild(“Animate”)

animations.Idle.Value = “rbxassetid://animationid”

wedwfefwe

I got The Custom Animation working again

Thanks for replying to my topic

1 Like