#R6 walk animation won't play

1 messages · Page 1 of 1 (latest)

shy summit
#

https://streamable.com/zu23rh

I tried changing the thing in avatar settings, doing the animate local script and putting that in starter character scripts also tried using a serverscript service and i keep getting the same exact no animation playing result

Im very new to scripting but here is script i made with help

local WALK_ANIMATION_ID = "rbxassetid://120242741346767"

game.Players.PlayerAdded:Connect(function(player)
player.CharacterAdded:Connect(function(character)
local humanoid = character:WaitForChild("Humanoid")

    -- Make sure this is R6
    if humanoid.RigType ~= Enum.HumanoidRigType.R6 then
        return
    end

    local animate = character:WaitForChild("Animate")

    -- Walk animation
    local walk = animate:WaitForChild("walk")
    local walkAnim = walk:WaitForChild("WalkAnim")

    walkAnim.AnimationId = WALK_ANIMATION_ID
end)

end)

legit will not work, every youtube video does the same thing but my animation legit will not play

Watch "2026-01-03 15-24-26" on Streamable.

▶ Play video
#

skip to 26 to see the animation not playing

#

Walk animation btw

green skiff
#

your model is still r15

tight merlinBOT
#

studio** You are now Level 6! **studio

green skiff
#

and you animated it in an r6 rig

shy summit
#

i dont know how to change it i set it as r6 in the settings

#

is this not the right setting like when i go to game settings and look for the r6 option in avatar it takes me here?

green skiff
#

ive always pressed the three dots in the corner

#

and pressed

#

only r6

shy summit
green skiff
#

ty

shy summit
#

thank you so much

green skiff
#

np

winter star
tight merlinBOT
#

studio** You are now Level 1! **studio

winter star
#

you just helped me so much from that too