Thumbnail image not working properly

Hello! im using theese 2 variables must mention theese are in a module script that runs server sided

Thumbnail = `rbxthumb://type=GameThumbnail&id={game.id}&w=576&h=324`,
Icon = `rbxthumb://type=GameIcon&id={game.id}&w=150&h=150`,

and icon seems to be working perfectly fine but the thumbnail keeps showing shirts for some reason

Try this:

Thumbnail = `rbxthumb://type=PlaceThumbnail&id={game.id}&w=576&h=324`

Let me know if this works.

Doesn’t work it gives me an error saying is not a valid thumbnail type

Batch Thumbnail invalid thumbnail type for type=PlaceThumbnail&id=3929182998&w=576&h=324&filters=: Valid types are Asset, AutoGeneratedAsset, Avatar, AvatarBust, AvatarHeadShot, BadgeIcon, BundleThumbnail, CreatorContextAsset, DeveloperProduct, FontFamily, GameIcon, GamePass, GameThumbnail, GroupIcon, Look, Outfit -

‘game’ is already used in LuaU. Are you intending to use this for testing?
(If so you might need to do the place id of the game)

Edit: Try inputting a different game as the variable and see if it works.

ik game is used in luau maybe thats my issue lol imma try changing the var name didn’t thinoked about it but it might be

Yes that is a good idea. Let me know how if it works.

Still nothing the same img appears

Try inputting a different game entirely for it. E.g. 123456

alr tried with other games each game has a different asset img none have tha actual thumbnail they should

Ohh! Try the place id’s instead of gameid’s.

I’ll try for sure lol


That was the issue omg tysm ive been hours trying to fix this lol

Glad to have helped you fix your problem. :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.