Fix XML asset URLs and rendering of Shirts and Pants assets in RCC

This commit is contained in:
Lewin Kelly 2023-11-05 01:41:15 +00:00
parent 3e34d018e1
commit 4d2d2e8c1c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ if gear then
player.Character.Torso["Right Shoulder"].CurrentAngle = math.rad(90)
end
local click = ThumbnailGenerator:Click("PNG", 420, 420, true)
local click = ThumbnailGenerator:Click("PNG", 2048, 2048, true)
local result = '{"Status": "Completed", "Click": "' .. tostring(click) .. '"}'
print("[" .. game.JobId .. "] Successfully rendered, moving on...")