Quote: "Good tips, if I didn't have a problem with the animation I'd probably inctance all of the objects"
You can even have seperate animations on your instances, as long the Animation is seemless.
Just make 2 Clones of your object, animate each one with just one Animation Loop ( one object for Walking, the other for idle ).
Make all instances from the object Looping the idle Animation.
If you want one of the instances to Play the Walking Animation just delete the instanced object and instance it again, but use the allways Walking, cloned object as source.
When you need one of your objects to Play a non seemless Animation Loop, you would have to delete the instance and replace it with a real clone, when finished, replace it again with an instance.