Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Why are my own animations "not trusted?"

Asked by 8 years ago

I uploaded a crouch animation. I replaced an AnimTrack's Animation ID in the character (the jump animation was replaced with the crouch animation.) When I jumped, the animation failed to load:

20:58:47.931 - httpGet http://www.roblox.com/asset/?id=198606973&serverplaceid=95206881 failed. Trying again. Error: HTTP 403 (HTTP/1.1 403 Asset is not trusted for this place). Elapsed time: 0.151712 20:58:48.085 - Content failed for http://www.roblox.com/asset/?id=198606973&serverplaceid=95206881 because HTTP 403 (HTTP/1.1 403 Asset is not trusted for this place) 20:58:48.087 - Content failed because HTTP 403 (HTTP/1.1 403 Asset is not trusted for this place) 20:58:48.087 - Animation failed to load : Workspace.Player.Animate.jump.JumpAnim

My own animations are not trusted, apparently. This happens with my other animations.

Roblox's animations work fine, though. Any clue why my animations don't work?

Also, the crouch animation is 9 months old, so it should've been approved. It's just a crouch animation. This happens on other accounts as well.

0
The animations may be pending. TheDeadlyPanther 2460 — 8y
0
edited Risinggods 10 — 8y
0
Are you trying to run these on a localscript? Animations can only be called from the server. I remember an incident was posted on SH similar to this awhile back, and the guy had the http service of loading animations being run in a local script, which errors. Legojoker 345 — 8y
0
I actually directly edited the AnimID in studio, no use of scripts. Risinggods 10 — 8y
View all comments (9 more)
0
Is HTTP enabled? That might help TheDeadlyPanther 2460 — 8y
0
HTTPEnabled did not work. Risinggods 10 — 8y
0
@Deadly Yeah HTTP service isn't necessary for things like :LoadAnimation(). @Rising What's calling the jump animation though? Your spacebar can't directly call it; something has to be connecting the event to the animation. Legojoker 345 — 8y
0
So I went into the Animate localscript inside my character, went to the "jump" stringvalue, went into the "JumpAnim" animation object, then changed the AnimationID to my custom animation. I know this should work because ROBLOX animations worked on it when I jumped. Risinggods 10 — 8y
0
So it's the "Animate" localscript calling the animation, dependent on the ID of the JumpAnim object, which I changed. Risinggods 10 — 8y
0
Ok I see. I got confused; NPCs can't use localscripts and need server ones. Can I see the specific line of code you changed, and how you implemented this change through the userdata? Legojoker 345 — 8y
0
I didn't change the code in the "Animate" localscript, it just uses whatever ID is in the JumpAnim object. What I did was change the property of the JumpAnim object (its animation ID.) After this, I tested the animation by jumping (It would normally call the jump animation, but since I changed the ID, it should've called the CROUCH animation.) The animation did not load and I got the error after Risinggods 10 — 8y
0
...error after jumping. However, if I put in a ROBLOX-published animation, it would play the roblox animation just fine. Risinggods 10 — 8y
0
i face this same issue koolkid8099 705 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

its becuase is 9 month old with the new update it isint compatible. thats what i think i had the same problem

0
I had the same problem too but once i switched to animating a r15 model it worked try to animate it with the mesh person that the roblox animator gives you.Hope it works GonFreecsRock 0 — 6y
Ad

Answer this question