Is there a way to show the newest assets on Roblox?

Hello! I was wondering if I can find the newest assets created on Roblox! I’ve seen Dummiez game about newest users. And I was wondering if I can try this with models. I’ve tried a lot of ways such as using GetProductInfo and finding assets that were made as the same time as today. However it doesn’t seem to work. If anybody could help me on this one I would greatly appreciate it!

You are going to have to use HttpService.
There is no built in roblox function that you can use to retrieve the newest assets. However, you can use a roblox api to get the data. Now, depending on what asset you want to get, your going to have to find out what api works for you. List of web APIs | Roblox Wiki | Fandom

2 Likes

Can’t I just use IsNew to check if they model is new or not?

Thats a property exclusive only to roblox-made hats. Im pretty sure only admins can change this property so you have to rely on TimeCreated or whatever property its called.