Hey!
Im currently making a client for my game, im working on the main menu, and I was wondering, how would I display a game’s thumbnails in a slideshow type?
Hey!
Im currently making a client for my game, im working on the main menu, and I was wondering, how would I display a game’s thumbnails in a slideshow type?
You can use ImageLabel as background or script it so camera will move to certain places on the map.
No, no, no. I mean like getting the games thumbnails that the owner uploaded, then putting them in a slideshow.
Add them into a table via their rbxassetid and then your client can use a while loop to display them on an imagelabel
You could utilize Roblox’s official Thumbnail API which offers 3 different routes to get a game’s thumbnail / icons. Of course you would need a proxy to use this in-game. Since Roblox blocks roblox related API calls in their games.
https://thumbnails.roblox.com/docs#!/Games/get_v1_games_universeId_thumbnails
https://thumbnails.roblox.com/docs#!/Games/get_v1_games_icons
https://thumbnails.roblox.com/docs#!/Games/get_v1_games_multiget_thumbnails