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)