Choose which thumbnails are live
set_active_thumbnailsControl which Roblox game thumbnails appear on the homepage by specifying asset or thumbnail IDs. Use modes replace, add, or remove to immediately update the live set without deleting alternatives.
Instructions
Change which of a game's thumbnails Roblox shows on the homepage. Ids can be either the asset ids get_thumbnails leads with or the internal thumbnail ids — both are accepted and resolved. mode 'replace' makes exactly the listed set live and everything else inactive; 'add' and 'remove' adjust the current set instead, which is what you usually want when acting on one thumbnail. The change is immediate and Roblox starts serving it to players; nothing is deleted either way, so an inactive variant can always be brought back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Asset ids or thumbnail ids from get_thumbnails. | |
| game | Yes | Game name or universe id. | |
| mode | No | 'replace' (default) sets the live set to exactly these. 'add' activates them alongside what is live. 'remove' deactivates them. |