Animations not working with script?

Hello, I’ve created a Script to change the default Roblox Animations, it works well however whenever I use the following Animations they don’t seem to work even though when I checked in the Animation Spoofer Plugin, they appeared to work fine but when I actually spoofed them and tried my IDs they didn’t work, here are the animations:

Idle: https://create.roblox.com/store/asset/75557920938582
Walk: https://create.roblox.com/store/asset/133262935977927
Jump: https://create.roblox.com/store/asset/117011935587924

Here is my code that it’s being ran with but it works like normal with other animations:

local animNames = {
	idle = { { id = "https://www.roblox.com/asset/?id=75557920938582", weight = 1 } },
	walk = { { id = "https://www.roblox.com/asset/?id=133262935977927", weight = 10 } },
	jump = { { id = "https://www.roblox.com/asset/?id=117011935587924", weight = 10 } },
}

All help is appreciated!

1 Like

My solution was simply that my script was incorrect and also that I was using an R15 Avatar when it was an R6 Animation.