I have this LocalScript in StarterPack. I found this code from this site and it worked very good, but when i reset and respawn, animation does not work. (works in studio play solo mode after i reset but not when i play my game with my friends )
local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:wait() repeat wait() until character local animate = character.Animate animate.walk.WalkAnim.AnimationId = "rbxassetid://343061969" animate.jump.JumpAnim.AnimationId = "rbxassetid://333734986"
That's weird. Try adding a wait(5) at the top of the script. I hope that works! Sometimes roblox can be weird when working with servers. Good luck!