A followable Roblox discovery card (popular grid + name search). following reflects THIS guild's follows — the bot recomputes gameApi's GLOBAL flag against the guild before returning.

interface RobloxPopularGame {
    following: boolean;
    name: string;
    placeId: number;
    playing: null | number;
    thumbnail: null | string;
    universeId: number;
}

Properties

following: boolean
name: string
placeId: number
playing: null | number
thumbnail: null | string
universeId: number