CreatPlaceAsync() not changing the description

is this a bug or is the wiki wrong?

http://wiki.roblox.com/index.php?title=API:Class/AssetService/CreatePlaceAsync

it say’s I can add a description, yet when I try it still just sets it to “”

local version = game.MarketplaceService:GetProductInfo(178687278).Description
. . . . -- other stuff
local NewPlaceId = AssestService:CreatePlaceAsync(newName..Placement,178687278,version)

version is well defined, as it is getting the Des of that Place.

Does anyone no a work around to setting a description to a Created place instead of manually?

why is this method so useless :/, I just noticed that it isn’t copying the Chat Type Permission from the template place. I much rather it had Both Bubble and Classic instead of just Classic.

I don’t think anything copies over from what I remember. This needs to be fixed.

Also, can we have the option to use a blank place for CreatePlaceAsync instead of having to go in, manually tell a place “Hey you can be cloned”, clone the place, turn off the setting, and then clear out the created place.

at least davidii got them to clone over the MaxPlayer property :/, also the Genera carries over, or it just uses the one from the Start place idk.