Allow group members to upload models

My basic issue is that I want to let third parties insert content into my games. Think about user-generated worlds, items, and other things.

One way I tried doing this was by allowing group members to upload models. However, there is not an option to just let group members upload models: they also have to be able to create and edit group places.

Roblox, can we please get a feature so our players can insert content? (Or just allow us to insert free models again, please…)

What about security? This is the main reason why you can’t just insert anything you want, you don’t want people inserting developer-console-like things into your game for example. They could mess with datastore/other services in that way, or dump contents of the game via HttpService, etc.

You can always weed through the model and remove any scripts etc

Exactly this. I just want options for my players to create their own worlds and play on them. That’s impossible currently (or well, almost not possible in a practical way).

You can use insert service from the server if the players make their model a free model I think. Not sure on this though.

No, if that would be true then this problem would not exist.

If you only care about the geometry, maybe it would be even better to include a building environment in your game and save whatever they make into datastores. Players won’t have to go outside of the game to build stuff for it that way, and you can apply better restrictions to the things players can make.