FINALLY render system

This commit is contained in:
taskmanager 2023-10-19 02:04:09 +01:00
parent 55c48934fc
commit 154d5260b8
2 changed files with 1 additions and 5 deletions

View File

@ -42,10 +42,8 @@ game:HttpPost(
local player = game:GetService("Players"):CreateLocalPlayer(0)
player.CharacterAppearance = baseUrl
.. "/asset/characterfetch?userID="
.. "/api/render/characterasset?id="
.. assetId
.. "&serverId=-1&t="
.. tick()
player:LoadCharacter(false)
-- Raise up the character's arm if they have gear.
@ -58,7 +56,6 @@ end
local click = ThumbnailGenerator:Click("PNG", 420, 420, true)
local result = '{"Status": 2, "Click": "' .. tostring(click) .. '"}'
print(result)
print("[" .. game.JobId .. "] Successfully rendered, moving on...")
while true do

View File

@ -57,7 +57,6 @@ end
local click = ThumbnailGenerator:Click("PNG", 420, 420, true)
local result = '{"Status": 2, "Click": "' .. tostring(click) .. '"}'
print(result)
print("[" .. game.JobId .. "] Successfully rendered, moving on...")
while true do