How to insert a ugc that u dont own

so i am making a ugc game , and let say i need to insert ugc that isnt uploaded by me or roblox is there anyone to get the ugc model ? i mean insert service dont insert something that u didnt made as i know ,
ty yall

I use a plugin for it, just search for it. I don’t know the name of the plugin

no the idea is how to insert a ugc using a script inside the game

Use insertservice. You provide it with an ID and it gives you a model. Works with animations that you don’t own too.

1 Like

i didnt know that insert service do infact insert ugces that u dont own , tysm

Insert service inserts any item based on ID. It can only not insert items that are specifically hidden.