#Walking Animation

1 messages · Page 1 of 1 (latest)

shrewd pecan
#

Hello! So I have a walking animation, and I have a local script inside of StarterPlayerScripts, and whenever I play test it on my brother's account, the animation is not playing for him, but whenever I play test it on my account, the punch and walk animations are working. Does anyone know why? My Local Script Code: local Players = game:GetService("Players")
local player = Players.LocalPlayer

player.CharacterAdded:Connect(function(char)
char:WaitForChild("Animate")
local walk = char.Animate:WaitForChild("walk")
local walkAnim = walk:WaitForChild("WalkAnim")
walkAnim.AnimationId = "rbxassetid://97842929871364"
end)

celest atlas
#

maye u need to published it and try in real game

charred quartz
#

Animations only work on the owners who use them in studios. Try publishing the animation to a group instead.