fourjames
(Paul_Attreides)
1
My animation is too slow, and whenever I activate it the ability is already over once the animation has run it’s full course. How do I make it faster?
local animInstance = Instance.new("Animation")
animInstance.AnimationId ="rbxassetid://7035017037"
local AttackMAnim = humanoid:LoadAnimation(animInstance)
AttackMAnim:AdjustSpeed(100)
AttackMAnim:Play()
aaltUser
(aaltUser)
2
You’ve also tried decreasing the animations length manually (editor), right?
fourjames
(Paul_Attreides)
3
Not really, no… I use moon animator and afaik the animation length changer thingy is in the one Roblox provided for us
aaltUser
(aaltUser)
4
You could try that, I’ve used it myself to speed up a few animations. (although, they were idle animations mainly, and make sure to have a backup)