Hey, so basically I have a script that prompts the player to favourite the game after 60 seconds. Everything works perfectly however the image that shows is the game thumbnail and not the game icon… Does anyone know how to change this?
Image:
Script:
local AvatarEditorService = game:GetService("AvatarEditorService")
task.wait(60)
AvatarEditorService:PromptSetFavorite(70572286404760, Enum.AvatarItemType.Asset, true)