So i was trying to get the Game Icon as a HTTP.
After some research i found out that all old ways are depricated
(like that: https://assetgame.roblox.com/Game/Tools/ThumbnailAsset.ashx?aid="..ID.."&fmt=png&wd=420&ht=420 ) and are no longer working.
Only the “rbxthumb://type=GameIcon&id=1391251633&w=150&h=150” format for the Roblox Client is working but this not a HTTP. I already searched for a solution but i didnt found any.
So if you got any idea it would really help me!
FentTamer
(roblox_user_162251420)
January 12, 2023, 8:15pm
#2
Why are you trying to get the game icon as an HTTP , If it’s to put inside a game why not just upload the same image?
1 Like
i need the image for a JavaScript and the rbxthumb format is not working for java
FentTamer
(roblox_user_162251420)
January 12, 2023, 8:17pm
#4
So drag it in your directory and require it? As I assume you’re using node.js
JavaScript or Java Script (correct me if im wrong)
1 Like
i need to get the icon from GameId/UniverseId and not do it manualy because the system makes a list of games and the only problem is the image.
FentTamer
(roblox_user_162251420)
January 12, 2023, 8:20pm
#6
You don’t have the image is what im getting from this, unless you’re using it to get a icon for a game that is from an input / textbox I don’t see a point in using http to get the image.
1 Like
So basicly the Roblox Website is kinda dumb and i cant see my purchased games list.
This Extension for the browser is going to fix the purchased games list.
Right now the games are returning like this:
Like you can see that are the Roblox Default Images
FentTamer
(roblox_user_162251420)
January 12, 2023, 8:25pm
#8
Sounds like the icons may have just been removed then or this is a client issue, because if you’re talking about the Inventory Place Purchases icons. Seems to be working just fine for me
1 Like
FentTamer
(roblox_user_162251420)
January 12, 2023, 8:26pm
#9
Not sure if this is changed for a game that might also be privated which could be the reason for the icon not existing?
1 Like
For some Users like me it is broken
FentTamer
(roblox_user_162251420)
January 12, 2023, 8:27pm
#11
It would be a browser issue then, because setting the image to the same image wouldn’t really change much if it’s already broken?
1 Like
Car Crushers 2 Doenst uses the Default Roblox Icon lol
basicly the images are working with this link but i really dont know how it works lol.
https://tr.rbxcdn.com/54bf10ac254d05dc471c34bf8efcb83e/150/150/Image/Png
FentTamer
(roblox_user_162251420)
January 12, 2023, 8:29pm
#13
Have you checked if both of the urls are the same for both games. The one in the inventory and the one on the Games tab?
1 Like
Okay i found a solution.
I just looked into the RoPro Code because they have a feature for Most Played Games.
Solution:
"https://thumbnails.roblox.com/v1/games/icons?universeIds=" + gameUniverseId + "&size=150x150&format=Png&isCircular=false"
system
(system)
Closed
January 26, 2023, 8:38pm
#15
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.