Is anyone else having issues with animations?

im not sure where exactly to put this so please tell me if im in the wrong channel

for some reason animations just wont work. Ive made absolutely zero changes to any of my relevant scripts. What seems to be working are the idle animations and the tool equipping animations. Im not sure what the issue is so i was wondering if its just me or if its a roblox issue

It seems like the animations overlapping are more of just mixing together. Have you tried playing your tool equip animations with a higher action priority than your idle? like action1/action2/ etc… ?

1 Like

my issue is that no other animatiosn are playing, like when you see my character move punch animations are suppose to be playing. Im not really looking for help im just wondering if im the only one with this issue or not

WAIT IM SO DUMB, I KNOW WHAT THE ISSUE IS

Im sorry for wasting anyones time, this is my mistake

So what was the issue with you found with your animations?

instead of finding the players character using

player.character

i used the method

char = workspace:FindFirstChild(player.Name)

which worked, but i had a dummy model with the same name as me so the animations played on the dummy instead of my character :sweat_smile: