Rbxthumb:// returning incorrect info?

So, I am currently making a game where you can easily join your friends with a click of a button with a custom loading screen. I clicked on one of my friends playing Arsenal, but for some reason it displayed the incorrect game icon? It either has a default place icon or some random guy screaming.

Here is my code:

MainTeleportFrame:WaitForChild("GameThumbnail").Image = "rbxthumb://type=GameIcon&id=" .. v.PlaceId .. "&w=150&h=150"

v is the friend that was playing arsenal. I used GetFriendsOnline()

idk the api for rbxthumb, but maybe you need the gameId and not the placeId
or maybe it uses an decalId that you can’t get from the placeId

1 Like