I made a custom character and when I put the animation it doesn’t work
the problem is that some body parts are unions?
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
That’s inside value, not in the script
Open “Animate” Script (Double click on it) and paste the ID there
The issue might be for character parts as possible.
Can you give me pictures of character parts?
The Animate used for animations config, is to recommended to change the ID, if not work, otherwise use the value one.
seems like something with rigging problems
are these parts rigged with Motor6D or bones?
all the character is rigged with motor6D
Try to remove animate script and make it run. Or put animation in Npc script.
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.