of     1   

Odawg566
#228176922Tuesday, November 28, 2017 3:02 AM GMT

local c = Instance.new("Animation") c.AnimationId = "https://www.roblox.com/library/1208180335/Summon-Shield" local animationtrack = nil local play = true function playAnimation(Anim) if play == true then animationtrack = p.Character.Humanoid:LoadAnimation(c) animationtrack.KeyframeReached:connect(function(kf) print("Loading") end) animationtrack:Play() end henlo my guy
Odawg566
#228177181Tuesday, November 28, 2017 3:08 AM GMT

29 people viewed not one help reply? henlo my guy
Odawg566
#228177295Tuesday, November 28, 2017 3:10 AM GMT

D: HELP PLOX! henlo my guy
Soybeen
#228177459Tuesday, November 28, 2017 3:14 AM GMT

Those ## ##### are viewbots, not real people. c.AnimationId = "https://www.roblox.com/library/1208180335/Summon-Shield" needs to be c.AnimationId = #########################
Odawg566
#228177489Tuesday, November 28, 2017 3:15 AM GMT

Tags henlo my guy
Soybeen
#228177499Tuesday, November 28, 2017 3:15 AM GMT

Those are viewbots, not real people yourId = 12341234 c.AnimationId = "rbxassetid://"..yourId
Odawg566
#228177750Tuesday, November 28, 2017 3:21 AM GMT

Still won't work, it's a tool. And when I am in game (not in studio) it says animationid failed to load. henlo my guy
greedyawesomeman
#228177870Tuesday, November 28, 2017 3:24 AM GMT

Make the animation object underneath the script and manually put in the id. See if that fixes the issue.
Soybeen
#228177873Tuesday, November 28, 2017 3:24 AM GMT

Ensure that you're just taking the numbers out of the weblink, and not everything. should look like "rbxassetid://12341234"
Odawg566
#228178120Tuesday, November 28, 2017 3:30 AM GMT

I am an intermediate scripter soybean, I understand what you wanted me to do. ( Sorry If That Sounded Rude. ) Also still won't work. AndimationId failed to load. here: https://www.roblox.com/games/1200870778/Beta-Testing-Anger-Simulator you can see for yourselves. henlo my guy
Soybeen
#228186416Tuesday, November 28, 2017 11:04 AM GMT

Make sure you are the owner of your animation (it can't be owned by a group or another individual) or if you are making this as a group then it is uploaded as a Group Animation.
Kiriot22
#228186433Tuesday, November 28, 2017 11:05 AM GMT

You can only load the animations that you own.
Odawg566
#228208976Wednesday, November 29, 2017 12:33 AM GMT

I made the animation so that isn't the problem, please review my code and see whats wrong. henlo my guy

    of     1