InsertService security and group game

I’m trying to use InsertService, That can insert asset in game’s owner inventory.
And I want to move game to group, But I don’t know how InsertService security works in group game.
Something like:

  • Group owner’s inventory only
  • Group member’s inventory only
  • Team create editor permission member only
  • Etc

Also, I don’t want to insert from group owner inventory (Cause my node.js bot takes asset).
Any help appreciated.

1 Like

From my experience, the model / asset needs to be uploaded as an asset owned by the group for it to be inserted into the game.

1 Like