#animation isnt playing
1 messages · Page 1 of 1 (latest)
use Humanoid.Animator:LoadAnimation()
Humanoid:LoadAnimation() is deprecated
and also is the animation looped
maybe you don't see it because it plays right when you spawn
and also showing the animation would be helpful
do you own the animation?
nope
so just nothing happens?
yea
local anim = Players.LocalPlayer.Character:FindFirstChild("Humanoid").Animator:LoadAnimation(script.Animation)
anim.Priority = Enum.AnimationPriority.Action4
anim:Play()``` ?
seems right
but it didnt do anything
it might not change anything but it's good practice
oo
idk why
i mean
roblox updated R6
imma just convert it
converted
nothing
oh
it played
wait were you using an r6 animation on r15?
i'm not that good with animations