Roblox displaying the thumbnail instead of the icon to put a game in favorite.

Hello, I’m aware this bug exists since a long time, and I’m probably not the first person to report it but if we forget it, it will take forever to have a fix, and the fix needed is really small!
Please, show the icon instead of the thumbnail, it looks unprofesionnal to show a distorted image to players!
image
Imagine that people find the image ugly because it’s distorted and therefore don’t want to bookmark our game, it’s unlikely that people think like that but it must surely exist!

I’ll share you the code I use to prompt it if it can help :

local _workspace = game:GetService("Workspace")
local AvatarEditorService = game:GetService("AvatarEditorService")
local players = game:GetService("Players")

AvatarEditorService:PromptSetFavorite(90224941278475, Enum.AvatarItemType.Asset, true)
2 Likes