I’ve been trying to create custom characters that are only applied to a specific person depending on their UserId.
To do this, I have used this method:
However, what wasn’t specified is how to apply a custom character’s animations/health script onto the character. I’ve tried just adding it inside the model. However, that failed to work.
If anyone could provide insight on adding animation/health scripts while using this method of custom character loading, that would be great. Thank you so much in advance!
If its a normal character, you can do it by the Humanoid. It looks like even tho is a custom character, it will have a Humanoid, So doing it like this should work.