This commit is contained in:
taskmanager 2023-10-18 19:57:59 +01:00
parent dd323d08ef
commit 62c0e51a9b
1 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,10 @@
-- Avatar v1.1.0 -- Avatar v1.1.0
-- This is the thumbnail script for R6 avatars. Straight up and down, with the right arm out if they have a gear. -- This is the thumbnail script for R6 avatars. Straight up and down, with the right arm out if they have a gear.
local baseUrl: string, thumbnailKey: string, renderType: string, assetId: number = local baseUrl: string = _BASE_URL
... local thumbnailKey: string = _THUMBNAIL_KEY
local renderType: string = _RENDER_TYPE
local assetId: number = _ASSET_ID
local ThumbnailGenerator = game:GetService "ThumbnailGenerator" local ThumbnailGenerator = game:GetService "ThumbnailGenerator"
local ContentProvider = game:GetService "ContentProvider" local ContentProvider = game:GetService "ContentProvider"
@ -17,6 +19,8 @@ end)
game:GetService("HttpService").HttpEnabled = true game:GetService("HttpService").HttpEnabled = true
game:GetService("ScriptContext").ScriptsDisabled = true game:GetService("ScriptContext").ScriptsDisabled = true
print(baseUrl, thumbnailKey, renderType, assetId)
print( print(
"[" "["
.. game.JobId .. game.JobId