rozod
    Preparing search index...

    Variable getGametemplatesConst Api Description

    getGametemplates: EndpointGeneric<
        { [key: string]: any },
        {
            data: {
                gameTemplateType: string;
                hasTutorials: boolean;
                universe: {
                    created: string;
                    creatorName: string;
                    creatorTargetId: number;
                    creatorType: string;
                    description: string;
                    id: number;
                    isActive: boolean;
                    isArchived: boolean;
                    name: string;
                    privacyType: string;
                    rootPlaceId: number;
                    updated: string;
                };
            }[];
        },
        undefined,
    > = ...

    GET https://develop.roblox.com/v1/gametemplates Gets a page of templates that can be used to start off making games. Templates subject to change without notice. Sort order of templates specified by Roblox.