Merge pull request #307 from tp-link-extender/dev

Dev -snsnrcc
This commit is contained in:
Lewin Kelly 2023-11-05 01:52:20 +00:00 committed by GitHub
commit 948b4e27a7
1 changed files with 2 additions and 4 deletions

View File

@ -41,9 +41,7 @@ game:HttpPost(
)
local player = game:GetService("Players"):CreateLocalPlayer(0)
player.CharacterAppearance = baseUrl
.. "/asset/characterfetch?userID="
.. assetId
player.CharacterAppearance = baseUrl .. "/asset/characterfetch?userID=" .. assetId
player:LoadCharacter(false)
-- Raise up the character's arm if they have gear.
@ -53,7 +51,7 @@ if gear then
player.Character.Torso["Right Shoulder"].CurrentAngle = math.rad(90)
end
local clickBody = ThumbnailGenerator:Click("PNG", 840, 840, true)
local clickBody = ThumbnailGenerator:Click("PNG", 2048, 2048, true)
print("[" .. game.JobId .. "] Rendered bodyshot")