What do you want to achieve? Keep it simple and clear!
I want to make an custom NPC walk with an animation.
What is the issue? Include screenshots / videos if possible!
I can’t seem to make them animate, they just slide on the floor
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I tried copying the Animate script from player and replacing the ID’s
i had that same problem when i uploaded an animation and others didnt see it
when we did some browsing we found out the animation needs to be uploaded by the owner
if this doesnt work am i just being confused or what
You’d need to make the Roblox animate script a Script rather than a Local Script and it’s a good idea to remove any code snippets that are useless, like type emotes and any game.Players.LocalPlayer references to be the actual Figure you’re working with.
If the owner of the animation is the group, made by an ‘admin’ role then you should be able to view the animation, if not in studio then check playing the actual game. To be honest, dealing with permission, groups, player games, and animations between all of it is quite annoying and not well defined imo.
EDIT: Do keep in mind that changing “Humanoid” to a name that is different is a pretty good way to disable Roblox provided code. You may need to check through anything that references Humanoid and correct it to “NotHumanoid” or “Controller”… whichever is in use. Everything I’ve said assumes your rig is properly made and you have properly modifed the animation script