local animation = script:WaitForChild(‘Animation’)
local humanoid = script.Parent:WaitForChild(‘Humanoid’)
local dance = humanoid:LoadAnimation(animation)
dance:Play()
local animation = script:WaitForChild(‘Animation’)
local humanoid = script.Parent:WaitForChild(‘Humanoid’)
local dance = humanoid:LoadAnimation(animation)
dance:Play()
I am assuming the first one is the issue.
Then it has something to do with how the animation is handled, does the Humanoid
include an Animator
? If not add one to it.
I just fixed the issue the hip height was at 0
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.