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

How do I use animation URLs?

Asked by 5 years ago
Edited 5 years ago

I can't seem to load any animation I tried using the id from a friend's url, but this error message appears

17:24:06.086 - Animation "https://www.roblox.com//asset/?id=rbxasset://31617132&serverplaceid=0" failed to load in "Players.meistermayo.PlayerScripts.ControlScript.Animation.AnimationId": Animation failed to load

although his animation is set to 'not for sale' and we don't know how to change that, i've tried using urls from other animatinos and it still doesn't work.

I've tried storing the url in an Animation instance and creating the instance itself in code and manually assigning its url, neither have worked. I tried using the whole url and the rbxasset://#### format

There was this thing with decals where you had to subtract one or two from the id to use them, but this wasn't the case with the animation

0
im not sure if this is correct but im pretty sure there was an update where you can only use animations YOU have made, but this may be incorrect! BouncingBrenda 44 — 5y
0
Animations have always been private. Two things you can do is have your friend host a Team Create or upload the animation to a group. xPolarium 1388 — 5y
0
Also you don't have to subtract the numbers to asset IDs. They're correctly formatted once you paste it into the property into the rbxasset:// format. xPolarium 1388 — 5y
0
Ok, so I had my friend export his animation builder file to my computer, where I imported it and published it to roblox -- i punched in the id into the asset, but still the same error message meistermayo 32 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Hello,

You should just use rbxassetid://IDHERE

To get the id you must first look at the link of the animation, then find some numbers well that's the ID copy that id and paste it in the IDHERE section of rbxassetid://

~Frag

Ad

Answer this question