13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
-- Render script for R6 clothing
|
|
|
|
local ThumbnailGenerator = game:GetService "ThumbnailGenerator"
|
|
local Render = require "../Modules/Render.luau"(_BASE_URL, _THUMBNAIL_KEY)
|
|
|
|
Render.SetupAvatar(_RENDER_TYPE, _ASSET_ID, `/api/render/characterasset?id=`)
|
|
|
|
local click = ThumbnailGenerator:Click("PNG", 1680, 1680, true)
|
|
|
|
print(`[{game.JobId}] Successfully rendered, moving on...`)
|
|
|
|
Render.Upload(`Completed\n{click}`)
|