Hi, i have a problem when i try to load a custom animation… idk why it’s isn’t working, here’s the script
game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
char.Animate.run.RunAnim.AnimationId = "rbxassetid://9839989432"
end)
end)
is the priority set to the one it should be?
it’s in action, should be that?
btw i already changed it into movement and still not working
yes, your saying it doesn’t load? I don’t know much about animations but try looking here. Using Animations in Games
also,
local animateScript = character:WaitForChild("Animate")
animateScript.run.RunAnim.AnimationId = "rbxassetid://616163682" -- Run
animateScript.walk.WalkAnim.AnimationId = "rbxassetid://616168032"
thats what is says on there
1 Like
ITS WORKING, TYSM
i fixed it with the script on that page, thank you!
yup your welcome
happy to help.
1 Like