GGfoxysss
(GGfoxysss)
1
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.
GGfoxysss
(GGfoxysss)
3
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.
GGfoxysss
(GGfoxysss)
5
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.
GGfoxysss
(GGfoxysss)
7
Still nothing the same img appears
Try inputting a different game entirely for it. E.g. 123456
GGfoxysss
(GGfoxysss)
9
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.
GGfoxysss
(GGfoxysss)
12
That was the issue omg tysm ive been hours trying to fix this lol
Glad to have helped you fix your problem. 
1 Like
system
(system)
Closed
14
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.