• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


09 Jan, 2025

Updated at 16 Jan, 2025

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 post - 1 participant

Read full topic