Please link the documentation for AssetType in the Asset Types guide in the beginning, or at least reference it inside the guide.
It is a disservice to new and old developers to have a guide that does not reference the in-depth list of what assetTypeIds are as they are directly related to what an asset can be/is.
The Creator Marketplace is relevant to game:GetService(“MarketplaceService”):GetProductInfo(assetId) and can be used as a handy debug if a certain rbxasset:// or rbxassetid:// is not loading in properly. For Web Developers using, for example the Asset Delivery API, it is relevant to know what assetTypeId they are retrieving (for most use cases).
Full documentation links below:
https://create.roblox.com/docs/reference/engine/enums/AssetType
https://create.roblox.com/docs/studio/asset-types
thank you