Hello! Recently I’ve been attempting to make a tool based fighting game, and have encountered an error! Basically, when a player equips a tool (for an example, let’s say a sword), the script will attempt to change the core animations to the new ones, such as a sword idle, running, jump etc. Now the problem is, replacing the Animate script with a different one doesn’t work, becauseif the player is running while switching the new core script will not recognize the running animation track as it’s own and the idle will play overtop, replacing animation ids, also does not work, because you must jump/change states for it to refresh. So I came to the conclusion that I needed to edit the core animations script. Has anyone ever done this before? If so could you please provide how you did it? I would really really appreciate it!
Have a good day!
Note: Sorry if this is the wrong category, was wondering between art design and scripting support. Also sorry about any grammatical mistakes! I am currently writing on a phone, and therefore can’t add images or gifs either!
EDIT: OH GOD POSTED IT UNDER ART DESIGN