Greetings, I’ve been working on a horror game with a custom inventory. When equipping a tool, it plays an animation on the server. When this animation plays the limbs go in weird positions. But in the game where I’m the creator all animations seem to be fine. How can I fix this?
The animation is not made by the group meaning it can’t access it.
or the animation isn’t set to action,2,3,4 to overlap other animations
Adding to @Agnoize’s suggestion because I believe it is right, you can move the animations over by copy + pasting the animation saves from the Server Storage or the rig you made the animation in, over to the group copy of the game and into a new rig’s Humanoid. Make sure to publish it but as the group rather than yourself
More info on where the data is here and information on how to save it here.
1 Like
I redid the animation, and set the priority to action2 it still has this bug. I also made sure that it the creator was the group.