Pre-made Animations vs Creating new ones

In two of my places I use remotes to fire the client to play an animation.
In one place where I have all my animations created on the client there isn’t noticeable lag on the animation, but in my other place where the server fires the ID to the client and then the client creates an animation object and loads and plays it there is lag between the event and the animation playing.
Is one generally faster then the other, or is it just a bug or something

I think you should use a pre-made animation. When you create an animation on the client, the client has to find the animation object and the load it, which takes more time than using a pre-made animation.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.