Fixes for rendering, versions, and allow users to upload Shirts, T-Shirts, Pants, and Decals
This commit is contained in:
parent
b1ffc112b6
commit
9b4a55aff4
|
|
@ -13,7 +13,7 @@ SetupAvatar(
|
||||||
"/api/render/characterasset?id="
|
"/api/render/characterasset?id="
|
||||||
)
|
)
|
||||||
|
|
||||||
local click = ThumbnailGenerator:Click("PNG", 1680, 1680, true)
|
local click = ThumbnailGenerator:Click("PNG", 1680, 1680, true, true) -- crop it (?)
|
||||||
|
|
||||||
print(`[{game.JobId}] Successfully rendered clothing`)
|
print(`[{game.JobId}] Successfully rendered clothing`)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue