Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en-us/reference/engine/classes/AssetService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ methods:
#### Script Sandbox Security

For enhanced security, the returned `Class.Model` is sandboxed by default
(`Class.Model.Sandboxed|Sandboxed` is `true`) and has no script
(`Class.Instance.Sandboxed|Sandboxed` is `true`) and has no script
`Enum.SecurityCapability|Capabilities`. This prevents untrusted scripts
descending from the returned Model from running. To enable scripts in a
model you trust, you can manually grant a safe set of
Expand Down