I want to change the animation on a donation leaderboard but i don’t know how to get a link like these (see picture).
Why is nobody replying to me
What do you mean? You mean the TextBox
? You can set the PlaceholderText
to something like in the image you put.
it’s not an image it’s an animation, this is the model i use: https://create.roblox.com/store/asset/17677778124/Donation-Board-30?keyword=donation+board&pageNumber=1&pagePosition=1
Im not going to download the model, sorry.
But what do you want exactly? What animation? Can you at least describe what you want exactly?
Do you want to get a roblox animation pack to test it out?
what the gui appears to want is the animation id of the animation.
if this is your game, you can make and uplaod your own animation and copy the id
and then follow it up with the link
ex: rbxassetid://YOURANIMATIONID
please remember to look on the forum before posting, and if its about a model, try looking into the model or askign the creator
For example the godlike animation.
But i don’t know how i can get a link from an animation.
Ok, in the future i will look at the forum before posting.
I don’t think creator will respond and i already watched a tutorial on that model but he doesn’t say how to change it, he just said that it is for changing the animation.
Just go onto the roblox website and find an animation/animation bundle you want to use.
For example, the godlike animation you quoted:
Check the url, can you see the ID?
the ID is the number in the url, so for the godlike animation, its 3823158750
.
then just use the asset prefix and paste you’re ID after.
The asset prefix is rbxassetid://IDHERE
so the whole link will look something like rbxassetid://3823158750
.
Just do the same for the animation of you’re choice.
Try using the id 10714347256 if you want godlike as the animation.
This information is wrong the animation ID on the sale page is not the correct ID to play a animation In a script.
How do you find the Ids of animations then.
There are extensions that show more information about animations on their sell page.
that is just blatantly incorrect, the ID is the same as in the script and the sale page.
All assets have this type of ID, games, items, e.t.c. So i don’t see why it would be any different than any other asset type.
The reason it might not be working is because the animation has to be owned by the creator of the game, not a foreign user. It’s private, or the id is not a valid id.
It doesn’t work because the animation is not owned by the user, rather by Roblox.
If I use one of my own animations, uploaded under my account, it works absolutely fine. If you dont believe me, test it out yourself.
What info exactly? and what extension?
Sorry for the late reply, forgive me.
But the reason it doesnt work is because the Animation is not under your account, so it doesnt work.
I tested this with the godlike animation in studio, and got the same scenario you did.
Ill break this down for you.
The id here is for the full animation assest
But it is actually broken down into multiple parts the part with the correct ID being the top one and the actual animation part. also I did try and it out and it worked as expected with the provided ID from the extension which is 10714347256 you test that out for yourself.
How do you put the animations in roblox studio so i can do it myself too?
Okay, cool, didn’t know that.
But I dont think this method will work with what OP is doing, as you’ll probably have to make a proxy or send an API request to get the id first, well if its an extention of course. Seems kind of redundant.
btw, are you able to do this with any animation?