Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Animation Question: Roblox's "toolslash" animation interferes with my sword slash animation?

Asked by 5 years ago

Whenever I use my sword, both the toolslash animation in workspace.(PlayerName).Animate.toolslash and the animation I have playing using the sword's script play almost simultaneously. How do I prevent this?

0
Make sure your animation is placed at somewhere else than PlayerName.Animate or rename it to something else if its also named "toolslash", also make sure there’s no interfering script that also play the toolslash animation. LeadRDRK 437 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

It sounds like the animation you're trying to play has a low priority.

To fix this, open the roblox animation editor, select Edit, Set Priority, and change the priority to Action(since this is an attacking animation). Make sure you export the animation afterwards to save the changes.

This is the only thing I can imagine would be interfering with your animation based on the little information you gave us. Hope this helps.

Ad

Answer this question