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