Hello! I’m implementing a way for certain users to create their own places using AssetService:CreatePlaceAsync()
, which allows custom descriptions to be put for the places.
I can’t seem to find a way to allow the players to change the description, title or icon of the place after creating it. I have looked through the documentation and internet and found nothing. The UpdatePlaceAsync()
function allows updating of the content of the game, but not the description, logo or title of it.
Could making a copy of the game and removing the old one be a workaround? Do you know of a way to change the properties of a place through a script? Please let me know!
//gurkleffe