Const
Api
Param
Description
POST https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/places/:place_id/versions/:version_id/luau-execution-session-tasks Create Luau Execution Session Task body universe_id The universe ID. place_id The place ID. version_id The version ID. Creates a task but does not wait for the task to complete.
To check whether a task has completed, call the GetLuauExecutionSessionTask method and inspect the state field of the returned resource.
GetLuauExecutionSessionTask
state
Quotas: 5 calls per minute per API key owner 45 calls per minute per IP address
POST https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/places/:place_id/versions/:version_id/luau-execution-session-tasks Create Luau Execution Session Task body universe_id The universe ID. place_id The place ID. version_id The version ID. Creates a task but does not wait for the task to complete.
To check whether a task has completed, call the
GetLuauExecutionSessionTask
method and inspect thestate
field of the returned resource.Quotas: 5 calls per minute per API key owner 45 calls per minute per IP address