Why the animation doesn't work?

I made a custom character and when I put the animation it doesn’t work
the problem is that some body parts are unions?

2 Likes

It doesn’t matter what part is animatable or best to use

You didn’t have the animations pasted in the script called “Animate”
This script stores animation and runs animations

1 Like

I have

1 Like

That’s inside value, not in the script
Open “Animate” Script (Double click on it) and paste the ID there

20211118_151814

The issue might be for character parts as possible.
Can you give me pictures of character parts?


I already had it

The Animate used for animations config, is to recommended to change the ID, if not work, otherwise use the value one.


Character parts

seems like something with rigging problems
are these parts rigged with Motor6D or bones?

1 Like

all the character is rigged with motor6D

Try to remove animate script and make it run. Or put animation in Npc script.

1 Like

OK, you have a local script on an NPC right now in workspace. You need server scripts for NPCs.

You have that NPC named StarterCharacter. Is your goal to play as the robot? If so, drag it over to the StarterPlayer folder. LocalScript is fine for a player.

The Animate script causes a lot of problems, but it’s good enough for a starting programmer. As I recall only the emotes are unused by the NPCs.

But still, eventually learning to bypass this script by making your own is the best path forward.