I’m having trouble with putting a place into a player’s inventory.
The new place is being created with CreatePlaceAsync
. I would use CreatePlaceInPlayerInventoryAsync
but it has been removed (I don’t know why they removed it but yeah).
Now I’m stuck with what to do now. I also was gonna try using PromptCreateAssetAsync
but right now it is limited to Models only.
Thanks