wait(3)
ani = Instance.new("Animation") ani.AnimationId = "http//www.roblox.com/Asset?ID=400"
lol = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(ani)
lol:Play()
this worked the first time i played in studio but not ever again. i tryed to save and publish the game but it didnt work. i have tryed to make a loadanimation with a animation already inserted to the game. can someone tell me why it doesnt work?
Please use the little blue Lua circle button to put your code inside a Code Block, in the future.
You should always be referring to Roblox Asset Id's via rbxassetid://NUMBER_HERE
Also, 400
is not a valid Animation id. It's the wrong id.