Sonostrano20
(InceptionStrange)
February 27, 2023, 6:10pm
#1
Hello, Guys So until a while ago url in this post was working: (Clic Here for Post)
But it happened to me recently to use them also for apps external to roblox regarding scripts, and the links no longer work
Ex: https://www.roblox.com/bust-thumbnail/image?userId=1062868200&width=420&height=420&format=png This link now returns a 404 not found
Have they been changed recently? Does anyone know how to fix this problem?
Thank you.
Master3395
(Master3395)
February 27, 2023, 6:15pm
#2
Roblox does not allow direct links.
But they also changed away from that API to this one:
https://thumbnails.roblox.com/v1/users/avatar-bust?userIds=$1062868200&size=$size&format=$format&isCircular=$isCircular
To use it in-game, you can use my proxy:
https://api.newstargeted.com/roblox/users/v1/avatar-headshot.php?userid=1062868200&size=150x150&format=Png&isCircular=false
More api’s from Roblox here:
1 Like
majdTRM
(majdTRM)
February 27, 2023, 6:19pm
#3
Note you will not need a proxy if you are using this externally (outside of a Roblox server) which you meantioned you are already doing
Smeers
(Smeers)
February 27, 2023, 6:21pm
#4
If this is being used in Roblox, does rbxthumb://0000
not work for this application?
This was edited to the end of the exact post you linked:
Hello Developers,
RbxThumb is a new ContentId format that allows easy loading of thumbnails. It works everywhere you would expect image ContentIds to work including in ImageLabel.Image and ContentProvider:PreloadAsync.
The format for an RbxThumb contentId is “rbxthumb://type=[ThumbnailType]&id=[TargetId]&w=[Width]&h=[Height]”. The order of parameters is enforced.
For example, if you wanted an ImageLabel with a thumbnail of my lovely avatar on it you would set the Image property to:
rbxthumb:…
majdTRM
(majdTRM)
February 27, 2023, 6:22pm
#5
What about GetUserThumbnailAsync?
Sonostrano20
(InceptionStrange)
February 27, 2023, 6:24pm
#6
Hi so, @Master3395
Thank you for your answer your proxy would solve my problem.
Also @Smeers
Well my application is a bot So basicaly i need a link wich as it was before, so that it returns an image. (since it was smart)
Ex: https://api.newstargeted.com/roblox/Users/v1/avatar-headshot.php?userid=1062868200&size=150x150&format=Png&isCircular=false
if there is no direct roblox way i will use proxy as suggested.
system
(system)
Closed
March 13, 2023, 6:24pm
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.