rozod
    Preparing search index...

    Variable getGameStartInfoConst Api Param

    getGameStartInfo: EndpointGeneric<
        { universeId: number },
        {
            allowCustomAnimations: string;
            gameAvatarType: string;
            jointPositioningType: string;
            message: string;
            moderationStatus: string;
            universeAvatarAssetOverrides: {
                assetID: number;
                assetTypeID: number;
                isPlayerChoice: boolean;
            }[];
            universeAvatarBodyType: string;
            universeAvatarCollisionType: string;
            universeAvatarMaxScales: {
                bodyType: number;
                depth: number;
                head: number;
                height: number;
                proportion: number;
                width: number;
            };
            universeAvatarMinScales: {
                bodyType: number;
                depth: number;
                head: number;
                height: number;
                proportion: number;
                width: number;
            };
        },
        undefined,
    > = ...

    GET https://avatar.roblox.com/v1/game-start-info The server will call this on game server start to request general information about the universe This is version 1.1, which returns an entry from the UniverseAvatarType enum. During mixed mode this may return unreliable results. universeId