We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4240258 commit a4036abCopy full SHA for a4036ab
content/en-us/reference/engine/classes/InsertService.yaml
@@ -503,11 +503,12 @@ methods:
503
```
504
505
#### Security Check
506
+
507
+ An asset loaded by this function must meet one of the following:
508
- An asset loaded by this function must be **created or owned** by either
- the game creator or Roblox. Additionally, benign asset types such as
509
- t-shirts, shirts, pants and avatar accessories are loadable from any game
510
- as they are public.
+ - The asset must be **created or owned** by the game creator.
+ - The asset must be **shared** by the asset owner.
511
+ - The asset must be owned by Roblox.
512
513
See also:
514
0 commit comments