Skip to content
Merged
Changes from 1 commit
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
14 changes: 9 additions & 5 deletions content/en-us/reference/engine/classes/AssetService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ methods:
writeCapabilities: []
- name: AssetService:CreateAssetAsync
summary: |
Creates a new asset from the given object.
Uploads a new asset to Roblox from the given object.
description: |
Creates a new asset from the given object in Plugin or Open Cloud Luau
Execution context.
Uploads a new asset to Roblox from the given object.

This method can only be used in locally loaded plugins and uploads
assets without prompting first.
code_samples:
- AssetService-CreateAssetAsync
parameters:
Expand Down Expand Up @@ -133,8 +135,10 @@ methods:
summary: |
Creates a new version for an existing asset from the given object.
description: |
Creates a new version for an existing asset from the given object in
Plugin or Open Cloud Luau Execution context.
Uploads a new version for an existing asset from the given object.

This method can only be used in locally loaded plugins and uploads
assets without prompting first.
code_samples:
- AssetService-CreateAssetVersionAsync
parameters:
Expand Down