How do i make an animation show for everyone?

So a friend made an animation and put it in the game but whenever i would test it the walk animation would play for him but not for me, how do i fix that?

1 Like

i made a script in severscriptservices but it still doesn’t work even in startercharacter i made a local but it still didn’t work

your issue is that you’re probably just loading it for that one player, may I see the animation part of your script?

Sure, heres the script

game.Players.PlayerAdded:Connect(function(plr)
	plr.CharacterAdded:Connect(function(char)
		char:WaitForChild("Animate").run.RunAnim.AnimationId = "rbxassetid://6418281140"
		char:WaitForChild("Animate").walk.WalkAnim.AnimationId = "rbxassetid://6418281140"
	end)
end)

try running some code in startercharacterscripts.

the same code or the animate script code default added?

i don’t think that same code would work but just use the default animation script, it should work.

my bad sorry heres what happened

Did you just paste your script into the default animation script? or made a new one?

wdym?

i just grabbed the animate script when the player spawned

when you play the game theres a animate script that loads

yes i used that script

did you change the asset id of the run and walk animation inside the script? or did you just duplicate that script

Oh wait, you did it right, its just that the animation has to get through moderation first.

I changed the asset id in the script

now idk what to do cuz it still doesn’t show me i think it might be because i don’t own it but if thats the case how would it show for other players if it doesnt show for me

The animation has to be made under the owner of the game or under the group that has the game in.

Yes, the animation is made under the owner

that’s the reason, if you don’t own it then it’s trust locked.