[repost] Requesting videos with creator store api

(IF YOU READ THIS PLS RESPOND)
i am trying to make a youtube sort of thing, the first thing i need is something that searched the store for videos, each page is 20 videos, and it loads pages my number, i want it to print 3 tables: a table for video ids, a table for creator ids/names, and a table for video names. EDIT: i also want something to search video by name.

i have no idea how to do api!

i have searched the documentation for api but found nothing on video requesting, anything helps!

Probably because there isn’t any filter that allows you to search the Creator Store for videos. The External Catalog Queries page doesn’t list Videos as a category, so it probably isn’t supported by the Search API for now.

Since custom video uploads aren’t supported by Roblox yet Custom videos are allowed, but they cost Robux to upload and are private. An alternative is to just grab the IDs of all existing videos, place them in a table and loop through the table using :GetProductInfo() to find the relevant information you need.

another quick question, how do i do the same idea but for classic shirts? using assettypeid.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.