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()