Clone of player has no animation

Hey I trying to make a game where the player can spawn a clone of them selves and it can walk around on its own or follow the player if the player wants them to. The problem is that when I spawn a clone it just stands still with no animation at all not even a idle animation.

i’ve had to do this before. you need to save a version of the player’s Animate localscript as a server script with the RunContext set to Client, then put it in the clone

3 Likes

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