Can I get item's name from its id?

Essentially my goal is to get an item’s name by its item id in Roblox Studio.

Have this shirt for example: KILL ØRDER - Roblox
The ID is 5870473833

Is there any way to utilize the ID to get the item’s name?

2 Likes

https://developer.roblox.com/en-us/api-reference/function/MarketplaceService/GetProductInfo

1 Like