#animation not playing
27 messages · Page 1 of 1 (latest)
how do i check
im changed the animation id of the player
the animator within a humanoid has a function called loadanimation I think
so how cna i change my code
Lemmie see if I can do anything
alright
Is animate a folder?
OH wait
i got that snipit off redit for lua game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId = "rbxassetid://10921240218"
so nope
should it be in starter player or started character scripts
Hey there, it looks like you are using the left shift key code ! It is normal it is not working if you have forgotten to disable MouseLock.
You can disable it by going into the StarterPlayer and look for the property named "EnableMouseLockOption" and uncheck it 👍
the sprinting works, the animation doenst
its not mouse lock
you want to set a custom walking animation ?
does the speed change work?
and are there any other errors
make sure walkIdAnim exists
idk about this, you dont need two identical nested if statements
and make sure to change the animation back to normal
''local animation = script.Animation
local humanoid = script.Parent.Humanoid
local animationTrack = humanoid:LoadAnimation(animation)
animationTrack:Play()
animationTrack:AdjustSpeed()''