I wanna make a thing where people pay and can have their music played in-game, however, InsertService seems to not work for that? It just returns an empty model for me, anyone knows what’s wrong or if there’s another function to do that?
1 Like
:GetProductInfo should work:
Just ensure you’re providing the AssetType enum and that AssetTypeId inside of the returned table is equal to 3.
1 Like
LoadAsset was changed to only allow owned assets (there are exceptions) to be inserted also why not have a sound instance and change the id of the sound to it.
3 Likes