Change a game's description if it is made by AssetService?

Hello, I was wondering for one of my games, if I can change a place’s description (Using Scripts) If the place is created by AssetService?

The fourth parameter of CreatePlaceAsync is the description to be applied to the created place so in essence, yes you can change the place’s description, but only after initial creation. You cannot modify the description later.

There isn’t a API or something to change it later?

There isn’t. Normally you would find that either in the Games API or the Standard API, but no such methods exist for changing a game’s description. There’s only methods for fetching place or details.

1 Like