So this is the character I’m trying to animate currently
Having tried 5 different scripts with the same function, none of them work. I have tried changing the properties of the RootPart, Head, etc.
local animation = script:WaitForChild('Animation')
local humanoid = script.Parent:WaitForChild('Humanoid')
local dance = humanoid:LoadAnimation(animation)
dance:Play()
Make sure to insert the script into the model and then in the script add an animation to it. Like so,
Thanks for helping out. When you are putting code in forums, it’s best to format it all in so people can directly copy + paste it. You can format it like this: In:
```
– code
```