Hello, I’m attempting to make a pet walking animation. The pet animates perfectly on the client side, however it doesn’t animate at all on the server side. The animation script is in a module script which is required by a server script (so it not replicated shouldn’t be a problem).
The pet is connect to the player using align orientation and align position. The only way to get the pet to play on the server side is to anchor any part of the player or to anchor the pet’s HumanoidRootPart, both of which aren’t good options.
What the pet looks like
Why does the pet only animate when it’s anchored or connected to something anchored, and what could I do to fix this?
Thank you so much!